ItemsView.Layout 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 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.