Whether or not the control can be resized.
[Visual Basic] Overridable Public ReadOnly Property AllowResize As Boolean [C#] public bool AllowResize {virtual get;} [C++] public: __property virtual bool get_AllowResize(); [JScript] public function get AllowResize() : Boolean;
The control's resizable attribute.
All namespaced/user controls are not resizeable by default.
UserControlDesigner Class | UserControlDesigner Members | System.Web.UI.Design Namespace