Override the AllowResize property inherited from ControlDesigner to enable the control to be resized. It is recommended that controls allow resizing when in template mode even if they normally do not allow resizing.
[Visual Basic] Overrides Public Property ReadOnly Boolean As [C#] public override bool Boolean { get; } [C++] public: __property get_Boolean(); [JScript] public override function get Boolean() : bool
DesktopPanesDesigner Class | DUEMETRI.UI.Design.WebControls Namespace