Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scrolling on a Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00099524
Message ID:
00099526
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform