Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / ListBoxContainer Class / LayoutModeProperty Field


In This Topic
    LayoutModeProperty Field (ListBoxContainer)
    In This Topic
    Identifies the LayoutMode attached property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly LayoutModeProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = ListBoxContainer.LayoutModeProperty
    public static readonly DependencyProperty LayoutModeProperty

    Field Value

    The identifier for the LayoutMode dependency property.
    Remarks

    The ContainerLayoutMode is used to determine the visual state chosen by the ListBox for its elements. This provides a configurable way to change the container's template either depending on the positioning of the panel/active view (ContainerLayoutMode.Default) or specified through the container's configuration. For example, with a horizontal StackPanel, if the default configuration is used, the LayoutMode of containers will be set to Horizontal, which will cause their visual state to be set to Horizontal, which modifies the visual representation so it is adapted to a horizontal orientation.

    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