hello there guys, I have a split container, now, I put a panel inside of it..
IF i go to it's property and set the dock option to Fill it works fine, but I would like to do it programatically...
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
thiago costaPosted Apr 17, 2012, 10:56 PM
PN_Clear.Dock = DockStyle.Fill;
The line above solved my problem lol... I thought I had tried that I guess I misstyped it too fast.