S
spikedpunchvictim
Perhaps one of you geniouses can help. I have a panel whose AutoSize =
true. This Panel is originally empty when the program starts, and it
is programtically populated with my own User Control. The User Control
is inherited from a Panel itself. I programatically add each of these
User Cotnrols to the form. If the Controls go outside of visibility,
I'm expecting vertical scrollbars to show up so the user can scroll
down further to see all of the Controls. But the vertical scrollbars
don't appear. I have tried everything to get them to come up. But I'm
sure I'm missing something simple. I'm also calling "Invalidate()" and
"PerformLayout()" after adding each control. No luck.
What am I missing?
Thanks in advance,
~William
true. This Panel is originally empty when the program starts, and it
is programtically populated with my own User Control. The User Control
is inherited from a Panel itself. I programatically add each of these
User Cotnrols to the form. If the Controls go outside of visibility,
I'm expecting vertical scrollbars to show up so the user can scroll
down further to see all of the Controls. But the vertical scrollbars
don't appear. I have tried everything to get them to come up. But I'm
sure I'm missing something simple. I'm also calling "Invalidate()" and
"PerformLayout()" after adding each control. No luck.
What am I missing?
Thanks in advance,
~William