P
Peter
If you create a new Windows Forms application in Visual Studio 2005
you'll get a project with a single form with FormBorderStyle =
Sizeable. In the designer if you drag the right edge of the form and
try to make the form as narrow as possible the form width will reduce
to 123 pixels (on my system) and then can't be reduced further. What
is controlling this?
I'm developing a toolbar based apoplication and the toolbar has to
optionally small and vertically oriented. I'm finding I can't reduce
the width below a certain point and I need to be able to do this.
I've tried setting AutoscaleMode = None and MinimumSize = (0,0) but I
can't reduce the width below 123 pixels.
Can someone tell me how to reduce the Form Width below 123 pixels
please. Thanks.
Peter,
you'll get a project with a single form with FormBorderStyle =
Sizeable. In the designer if you drag the right edge of the form and
try to make the form as narrow as possible the form width will reduce
to 123 pixels (on my system) and then can't be reduced further. What
is controlling this?
I'm developing a toolbar based apoplication and the toolbar has to
optionally small and vertically oriented. I'm finding I can't reduce
the width below a certain point and I need to be able to do this.
I've tried setting AutoscaleMode = None and MinimumSize = (0,0) but I
can't reduce the width below 123 pixels.
Can someone tell me how to reduce the Form Width below 123 pixels
please. Thanks.
Peter,