VirtualizingStackPanel.Orientation Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that describes the horizontal or vertical orientation of stacked content.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<VirtualizingStackPanel Orientation="Horizontal"/> - or - <VirtualizingStackPanel Orientation="Vertical"/>
Property Value
Type: System.Windows.Controls.OrientationThe Orientation of child content. The default is Vertical.
Dependency property identifier field: OrientationProperty
Show: