B
blah blah blah
I'm trying to make a form that can be sized vertically but not
horizontally. Any pointers?
First attempt was to
set the form's FormBorderStyle = Sizeable
set the form's MaximumSize.Width to the fixed width
Unfortunately, the users still sees these cursors, SizeNESW, SizeNWSE,
and SizeWE. Also, they can size the form vertically by grabbing one
of the East/West borders near the North/South edge. I'd prefer to not
have that behavior, only the North/South borders should actually size
the form.
horizontally. Any pointers?
First attempt was to
set the form's FormBorderStyle = Sizeable
set the form's MaximumSize.Width to the fixed width
Unfortunately, the users still sees these cursors, SizeNESW, SizeNWSE,
and SizeWE. Also, they can size the form vertically by grabbing one
of the East/West borders near the North/South edge. I'd prefer to not
have that behavior, only the North/South borders should actually size
the form.