Panel + VScrollBar

  • Thread starter Thread starter Marcelo Muzilli
  • Start date Start date
M

Marcelo Muzilli

Howdy all,

how can I implement a Panel inside a form. This Panel will contain a
bunch texts and objects, like buttons, checkboxes.

As you can see, the total panel size will not fit under the iPAQ screen.

I would like to know if anybody has implemented before a function or a
VScroll event to "show" this panel in the screen.

For any case, I will appreciate your tip.

Thank you in advance,

Marcelo Muzilli
 
In a managed application using the Visual Studios 2005 IDE, you just drag a
panel onto you form, then you can set the anchor to top, bottom, left and
right. Next just drag to resize the panel. When you drag below the size of
the form in the designer, you should see a vertical scroll bar appear.

Rick D.
Contractor
 
Back
Top