Groups | Blog | Home
all groups > dotnet compact framework > september 2007 >

dotnet compact framework : Panel + VScrollBar



Marcelo Muzilli
9/13/2007 3:38:50 PM
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,

dbgrick
9/14/2007 6:12:03 AM
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

[quoted text, click to view]
Arun
9/14/2007 2:10:34 PM
If your environment is not VS2005, here is the tip,
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/scrolling.aspx

Cheers,
Arun

[quoted text, click to view]

Marcelo Muzilli
9/17/2007 3:07:46 PM
Thank you eveybody for your answer, I found this article:

http://www.codeproject.com/netcf/FuzzyQuotient.asp

Marcelo Muzilli

Marcelo Muzilli escreveu:
[quoted text, click to view]
AddThis Social Bookmark Button