Class CollectionViewGridLayout
Represents a layout that arranges items in a one-dimensional grid, either horizontally or vertically.
Inherited Members
Namespace: Telerik.Maui.Controls.CollectionView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CollectionViewGridLayout : CollectionViewLayoutBase
Constructors
CollectionViewGridLayout()
Declaration
public CollectionViewGridLayout()
Fields
HorizontalItemSpacingProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalItemSpacingProperty
Field Value
Microsoft.
|
SpanCountProperty
Identifies the Span
Declaration
public static readonly BindableProperty SpanCountProperty
Field Value
Microsoft.
|
VerticalItemSpacingProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalItemSpacingProperty
Field Value
Microsoft.
|
Properties
HorizontalItemSpacing
Gets or sets the horizontal empty space around each item.
Declaration
public double HorizontalItemSpacing { get; set; }
Property Value
System.
|
SpanCount
Gets or sets the count of the columns/rows (depending on the orientation) of the layout.
Declaration
public int SpanCount { get; set; }
Property Value
System.
|
VerticalItemSpacing
Gets or sets the vertical empty space around each item.
Declaration
public double VerticalItemSpacing { get; set; }
Property Value
System.
|