Class ListViewGridLayout
Represents a grid layout for ListView items.
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ListViewGridLayout : ListViewLayoutBase
Constructors
ListViewGridLayout()
Declaration
public ListViewGridLayout()
Fields
SpanCountProperty
Identifies the SpanCount bindable property.
Declaration
public static readonly BindableProperty SpanCountProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
SpanCount
Gets or sets the number of columns in the grid layout.
Declaration
public int SpanCount { get; set; }
Property Value
System.Int32
|