Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling on a Form
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00099524
Message ID:
00099526
Views:
23
>I have a form that needs a scrollbar on the side to allow lower
>resolution monitors to view lower information. How would I add this
>capability to a form? I there a way to programmatically update form
>sizes depending on the users resolution?
>
>Jeff Pearce

You can always start your form maximized (Form.WindowState=2). Then you can add some code into Form.Resize event to provide elastic resizing of controls (usually it relates to listboxes and grids). Personally, I don't think that ScroolBars constitute good interface (pageframe looks better) but if you want you can put some OCX or even something very simple, e.g. grid reduced in size so much that just scrollbars are visible and Scrooled event with DoScroll method still available.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform