i want scroll auto in panel but it not work.
i set autoscroll property =true but also not work
how can i scroll autometical and work proper
i want to scroll down
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.
Aleksandar IlioskiPosted Jul 19, 2012, 10:15 AM
set dock property of panel to "fill"
set AutoScroll property of panel to "true"
and than put the content of Your groupbox, inside the new panel.. and if the content takes more place than the size of groupbox, scrolbars will be shown, and You will be able to scroll the groupbox..
Hope it helps
I must say that although it is matter of taste, this groupbox with scrobars, doesn't look good.
I hope it is for learning purposes... :)
However..
Regards