ESRI.ArcGIS.ADF.Web.UI.WebControls
WidthResizable Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : WidthResizable Property




Whether the user can resize the panel's width.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Whether the width of the panel is resizable.")>
<ResCategoryAttribute("Floating Panel Appearance")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property WidthResizable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Boolean
 
instance.WidthResizable = value
 
value = instance.WidthResizable
C# 
[ResDescriptionAttribute("Whether the width of the panel is resizable.")]
[ResCategoryAttribute("Floating Panel Appearance")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool WidthResizable {get; set;}

Remarks

The panel is only resizable when it is not docked. For details on docking of a FloatingPanel, see the remarks for ShowDockButton.

To allow the height to also be resizable, set HeightResizable to true.

See Also

© 2010 All Rights Reserved.