Share via


ItemsView.Layout Property

Definition

Gets or sets the layout used to size and position elements in the ItemsView.

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

void Layout(Layout value);
public Layout Layout { get; set; }
var layout = itemsView.layout;
itemsView.layout = layout;
Public Property Layout As Layout

Property Value

The layout used to size and position elements. The default is a StackLayout with vertical orientation.

Applies to