I have a UserControl and would like to hide resizing handles during development, like TextBoxControl, which has only two descriptors (left and right) ... the height of the text field is fixed if you don't say it is multi-line. In this case, the text box shows all nine resizing handles.
You need to implement a custom constructor ( ControlDesigner ) for your control, and then override the SelectionRules property.
SelectionRules
Useful link:
Extension of development time support
I think you will need to make your own control and determine the size in the class. I believe that if you inherit a user control, you will always have the ability to resize.
Source: https://habr.com/ru/post/1304796/More articles:Rails method to query join table in has_and_belongs_to_many - ruby โโ| fooobar.comMute Java servlet? - javaSpecific Application Paths for DLL Dynamic DLL Loading - c #Arrays and Fortran routines (auxiliary arrays) - fortranSQL Concurrency Testing Question - concurrencyHow can I maintain development time for my custom controls in Visual Studio 2008? - visual-studio-2008Displaying a list of items vertically in a table instead of horizontal - pythonBlackBerry Barcode Scanning Library? - blackberryClient side .NET concurrency performance - performanceFast email delivery - phpAll Articles