Form Resizing
-
Hi! I'm using a Form, derived from FormView, and, by code i'm dynamically filling it with static objects, i would like the form (has a vertical scrollbar) to resize as the objects are being created.
-
Hi! I'm using a Form, derived from FormView, and, by code i'm dynamically filling it with static objects, i would like the form (has a vertical scrollbar) to resize as the objects are being created.
Use SetScrollToFitSize() Roger Allen Sonork 100.10016 I think I need a new quote, I am on the prowl, so look out for a soft cute furry looking animal, which is really a Hippo in disguise. Its probably me.
-
Use SetScrollToFitSize() Roger Allen Sonork 100.10016 I think I need a new quote, I am on the prowl, so look out for a soft cute furry looking animal, which is really a Hippo in disguise. Its probably me.
Thank you Roger, but i could not find such function in MSDN (i'm using .NET). Do that function really resizes my form? Thanks