Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ItemsWrapGrid.Orientation Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the dimension by which child elements are stacked.

public:
 property Orientation Orientation { Orientation get(); void set(Orientation value); };
Orientation Orientation();

void Orientation(Orientation value);
public Orientation Orientation { get; set; }
var orientation = itemsWrapGrid.orientation;
itemsWrapGrid.orientation = orientation;
Public Property Orientation As Orientation
ItemsWrapGrid Orientation="orientationMemberName" />

Property Value

One of the enumeration values that specifies the orientation of child elements. The default is Vertical.

Remarks

Note

ItemsWrapGrid is the default ItemsPanel for GridView. For Universal Windows Platform (UWP) app on Windows 10, the default GridView template sets the Orientation to Horizontal.

Applies to


Feedback

Was this page helpful?