Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / ContainerOrientation Enumeration


In This Topic
    ContainerOrientation Enumeration
    In This Topic
    Value representing the orientation of a container on the path when using a PathPanel as the ItemsPanelTemplate or using a PathView in a MultiViewPanel.
    Syntax
    'Declaration
     
    Public Enum ContainerOrientation 
       Inherits System.Enum
    'Usage
     
    Dim instance As ContainerOrientation
    public enum ContainerOrientation : System.Enum 
    Members
    MemberDescription
    NoneContainers will always be laid out leveled without regard to the path's layout (parallel to the horizontal edges of the application, window, or screen, for example).
    OrientOnPathContainers will be rotated to be perpendicular to the axis of the path segment they are on.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.ListBox.ContainerOrientation

    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