.NET Minimum windows form height!!! - TechRepublic
Question
July 30, 2008 at 05:29 AM
soundbomber

.NET Minimum windows form height!!!

by soundbomber . Updated 17 years, 11 months ago

Does anyone know of any issues regarding the minimum height of a windows form in VB.NET?
I have a custom control which creates a new form with no borders on which is a single label. I programmatically set the location and size of the form. When I set the height of the form to anything under 34, and then show it, the height gets re-set to 34. Anything over 34 sticks but not when you go under this size. The form is set to have no padding, the ‘StartPosition’ is ‘Manual’, ‘AutoScroll’ is ‘False’. Can’t think of anything else that may affect it.

This discussion is locked

All Comments