ClassCollectionViewLinearLayout
Class
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.
Definition
Namespace:Telerik.Maui.Controls.CollectionView
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class CollectionViewLinearLayout : CollectionViewLayoutBase
Inheritance: objectCollectionViewLayoutBaseCollectionViewLinearLayout
Inherited Members
Constructors
CollectionViewLinearLayout()
Declaration
cs-api-definition
public CollectionViewLinearLayout()
Fields
ItemSpacingProperty
Identifies the ItemSpacing bindable property.
Declaration
cs-api-definition
public static readonly BindableProperty ItemSpacingProperty
Field Value
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.