Class ListViewLayoutBase
Inheritance
System.Object
ListViewLayoutBase
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class ListViewLayoutBase : BindableObject
Constructors
ListViewLayoutBase()
Declaration
protected ListViewLayoutBase()
Fields
GroupHeaderLengthProperty
Declaration
public static readonly BindableProperty GroupHeaderLengthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalItemSpacingProperty
Declaration
public static readonly BindableProperty HorizontalItemSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ItemLengthProperty
Declaration
public static readonly BindableProperty ItemLengthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OrientationProperty
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalItemSpacingProperty
Declaration
public static readonly BindableProperty VerticalItemSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
GroupHeaderLength
Declaration
public double GroupHeaderLength { get; set; }
Property Value
System.Double
|
HorizontalItemSpacing
Declaration
public double HorizontalItemSpacing { get; set; }
Property Value
System.Double
|
ItemLength
Declaration
public double ItemLength { get; set; }
Property Value
System.Double
|
ListView
Orientation
VerticalItemSpacing
Declaration
public double VerticalItemSpacing { get; set; }
Property Value
System.Double
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|