Most of controls can be expanded vertically, but how can I disable it ? I only want to get the horizontal expandability ?
Is this feasible ?
Thanks
Printable View
Most of controls can be expanded vertically, but how can I disable it ? I only want to get the horizontal expandability ?
Is this feasible ?
Thanks
By expand, I'd mean to enlarge, to make it bigger in size or longer horizontally
Set the MaximumSize.Height property for your controls (May need to also set the .Width property, but just set it for something really large)