NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PageletDesigner.AllowResize

All pagelets are not resizeable.

[Visual Basic]
Overridable Public ReadOnly Property AllowResize As Boolean
[C#]
public bool AllowResize {override get;}
[C++]
public: __property virtual bool get_AllowResize();
[JScript]
public function get AllowResize() : Boolean;

See Also

PageletDesigner Class | PageletDesigner Members | System.Web.UI.Design.WebControls Namespace