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




Whether the user can resize the panel's height.

Syntax

Visual Basic (Declaration) 
<PersistenceModeAttribute()>
<ResDescriptionAttribute("Whether the height of the panel is resizable.")>
<ResCategoryAttribute("Floating Panel Appearance")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property HeightResizable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Boolean
 
instance.HeightResizable = value
 
value = instance.HeightResizable
C# 
[PersistenceModeAttribute()]
[ResDescriptionAttribute("Whether the height of the panel is resizable.")]
[ResCategoryAttribute("Floating Panel Appearance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool HeightResizable {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 width to also be resizable, set WidthResizable to true.

See Also

© 2010 All Rights Reserved.