> Hi all,
> I want to prevent the user being able to vertically size a control, in the
[quoted text clipped - 6 lines]
>
> JB
John,
The TextBox does this (actually TextBoxBase does this) by using a custom
ControlDesigner derived class that overrides the SelectionRules property.
You can do the same. It's really not that difficult. If you do a google
search on ControlDesigner, I'm sure you'll find several tutorials around (I
think CodeProject has some) on how to create and use ControlDesigners..
John B - 22 Aug 2007 05:15 GMT
>> Hi all,
>> I want to prevent the user being able to vertically size a control, in the
[quoted text clipped - 14 lines]
> search on ControlDesigner, I'm sure you'll find several tutorials around (I
> think CodeProject has some) on how to create and use ControlDesigners..
Excellent
Thanks pedrito.
JB