Please excuse my lack of familiarity with vb.net. Just got thrown on a project with no vb.net experience.
I have to add some things to an application that was written by somebody who is no longer in the picture. I have to add more textboxes into a groupbox and when I do that it exceeds the size of the form. How can I make it so that I can scroll through the groupbox?
GroupBox, as it doesn't derive from ScrollableControl, so itself can't have scrolling functionality.
So...
Place the GroupBox inside a panel, and set the panel AutoScroll
to true
.
Guides:
Adding a panel control
Setting properties (of anything)
Moving content is just simply selecting all the elements you want to move, and click and drag them into the new place.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With