Disable Usercontrol resize capability

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I am create a user control similar to textbox and i would like to disable
the resize capability like in the textbox.

I have successfully enforce the size by overriding the OnResize and fixing
it to what I want. However, I notice that in the original textbox, the
resize arrow don't even show up and the resize grip is disabled.

How do I do that??

Cheers
Jonathan Lim
 
Back
Top