autoscaling of winforms

G

Guest

hi,
i'm a newbie to winforms....
i've designed few forms...
but when the resolution is changed to lowest number..
i'm not able to see certain buttons on my form...

how do i fix this issue...I've enabled AutoSacle to true on my winform
do i need to set any properties on the winforms or controls?
please do help out....
 
P

PlatinumBay

AVL,

Most Windown Forms applications end up having a default minimum size, simply
by aesthetics. I usually determine this after the controls are added, and
set the MinimumSize property of the form accordingly. If the form still
does not fit at the desired resolution, you may need to think about laying
out the form differently. Keep in mind that it may be very hard to design
the form for both high and low resolutions, like (640x480 and 1600x1200).
It depends on what you are trying to accomplish.

Hope this helps,


Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top