![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
WidthResizable Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : WidthResizable Property |
Visual Basic (Declaration) | |
---|---|
<ResCategoryAttribute("Floating Panel Appearance")> <NotifyParentPropertyAttribute(True)> <DefaultValueAttribute()> <ResDescriptionAttribute("Whether the width of the panel is resizable.")> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property WidthResizable As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As FloatingPanel Dim value As Boolean instance.WidthResizable = value value = instance.WidthResizable |
C# | |
---|---|
[ResCategoryAttribute("Floating Panel Appearance")] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute()] [ResDescriptionAttribute("Whether the width of the panel is resizable.")] [PersistenceModeAttribute(PersistenceMode.Attribute)] public bool WidthResizable {get; set;} |
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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family