using UWP.Markup;
var value = new ItemsWrapGrid()
.GroupPadding(10)
.Orientation(Orientation.Horizontal)
.MaximumRowsOrColumns(3)
.CacheLength(10);
// doc ⬇️
Custom Methods
Sets the amount of space around a group
. The default value is 0
.
Sets the amount of space around a group
. The default value is left: 0, top: 0, right: 0, bottom: 0.
Sets the amount of space around a group
. The default value is horizontal: 0, vertical: 0.
WinUI Methods