Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : AutoHide Property |
<CategoryAttribute("Auto Hide")> Public Property AutoHide As Boolean
[CategoryAttribute("Auto Hide")] public bool AutoHide {get; set;}
[CategoryAttribute("Auto Hide")] public: property bool AutoHide { bool get(); void set ( bool value); }
Auto hide feature allows UXDock to be hidden after a certain idle time.
To enable this feature, set the AutoHide property to True, and then configure the related properties if necessary. The following are settings related to auto hide feature:
XAML |
Copy Code
|
---|---|
<Intersoft:UXDock AutoHide="True" AutoHideCollapsedHeight="10"> </Intersoft:UXDock> |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2