Class CollectionViewLinearLayout
Represents a layout that arranges collection view items in a single line, either horizontally or vertically. This is the default layout for RadCollectionView and is ideal for simple lists with uniform spacing between items.
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 spacing (in device-independent units) between adjacent items in the linear layout. This spacing is applied consistently between all items in the layout direction.
Declaration
public double ItemSpacing { get; set; }
Property Value
System.Double
|