Class CollectionViewLinearLayout
Represents a layout that arranges items in a one-dimensional stack, either horizontally or vertically.
Inherited Members
Namespace: Telerik.Maui.Controls.CollectionView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CollectionViewLinearLayout : CollectionViewLayoutBase
Constructors
CollectionViewLinearLayout()
Declaration
public CollectionViewLinearLayout()
Fields
ItemSpacingProperty
Identifies the ItemSpacing bindable property.
Declaration
public static readonly BindableProperty ItemSpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ItemSpacing
Gets or sets the ItemSpacing between the items.
Declaration
public double ItemSpacing { get; set; }
Property Value
System.Double
|