Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.AvalonDock Assembly / Xceed.Wpf.AvalonDock.Layout Namespace / LayoutAnchorable Class / CanAutoHide Property


    CanAutoHide Property
    Gets or sets whether an anchorable can be autohidden.
    Syntax
    'Declaration
     
    Public Property CanAutoHide As Boolean
     
    'Usage
     
    Dim instance As LayoutAnchorable
    Dim value As Boolean
     
    instance.CanAutoHide = value
     
    value = instance.CanAutoHide

    Property Value

    true if an anchorable can be autohidden; false otherwise. By default, true.
    Remarks

    When an anchorable is autohidden, it collapses to the side determined by which "side" property of the containing DockingManager contains the LayoutAnchorSide in which the anchorable is placed in the layout model.

    See LayoutAnchorSide and LayoutAnchorGroup for details.

    When this property is set to true, a "pin" glyph is displayed on the anchorable and an Auto Hide option is available in the anchorable context menu. When set to false, the pin is hidden and the Auto Hide option is greyed out.

    Requirements

    Target Platforms: Windows 11, Windows 10, 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

    See Also