Class
ItemsViewLayout

Base abstract class, representing a layout in the RadItemsView control.

Definition

Namespace:Telerik.Maui.Controls.ItemsView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class ItemsViewLayout : RadLayout

Inheritance: objectRadLayoutItemsViewLayout

Derived Classes: ItemsScrollLayoutItemsVirtualLayout

Inherited Members RadLayout.CreateLayoutManager()

Constructors

ItemsViewLayout()

Declaration

cs-api-definition
protected ItemsViewLayout()

Methods

OnChildAdded(Element)

Declaration

cs-api-definition
protected override void OnChildAdded(Element childElement)

Parameters

childElement

Element

OnChildRemoved(Element, int)

Declaration

cs-api-definition
protected override void OnChildRemoved(Element childElement, int childIndex)

Parameters

childElement

Element

childIndex

int