How can I hide the resizing handles of a control in Windows Forms?
Posted
by Miguel Angelo
on Stack Overflow
See other posts from Stack Overflow
or by Miguel Angelo
Published on 2010-03-22T18:45:31Z
Indexed on
2010/03/22
19:01 UTC
Read the original article
Hit count: 323
I have an UserControl and would like to hide the resizing handles in design-time, just like the TextBoxControl, that has only two handles (left and right ones)... the height of the textbox is fixed, unless you say it is multiline. In that case, the textbox shows all nine resizing handles.
© Stack Overflow or respective owner