Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Panels Namespace / AutoStretchStackPanel Class / IsChildOrderReversed Property


    IsChildOrderReversed Property (AutoStretchStackPanel)
    Gets or sets the IsChildOrderReversed property. This dependency property indicates whether the children are laid out from left to right (or top to bottom for a vertical orientation), as a normal stack panel is, or whether the stack is inverted and laid out from right to left (or bottom to top for a vertical orientation).
    Syntax
    'Declaration
     
    Public Property IsChildOrderReversed As Boolean
     
    'Usage
     
    Dim instance As AutoStretchStackPanel
    Dim value As Boolean
     
    instance.IsChildOrderReversed = value
     
    value = instance.IsChildOrderReversed
    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