ItemsRepeater.

Layout Property

Summary

Gets or sets the layout used to size and position elements in the ItemsRepeater.
Namespace
Avalonia.Controls
Containing Type
ItemsRepeater

Syntax

public AttachedLayout Layout { get; set; }

Value

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