ContainerControlDesigner.AllowResize Property
.NET Framework 3.0
Gets a value indicating if the control can be resized at design time.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The base implementation for the AllowResize property returns true. This indicates that the designer supports resizing of the control on the design surface.
Notes to Implementers: Classes that are derived from the ContainerControlDesigner class can override the AllowResize property to indicate that the designer does not support resizing of the control on the design surface.Community Additions
ADD
Show: