Class ItemsViewLayout
Base abstract class, representing a layout in the RadItemsView control.
Inherited Members
Namespace: Telerik.Maui.Controls.ItemsView
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class ItemsViewLayout : RadLayout
Constructors
ItemsViewLayout()
Declaration
protected ItemsViewLayout()
Methods
OnChildAdded(Element)
Declaration
protected override void OnChildAdded(Element childElement)
Parameters
Microsoft.Maui.Controls.Element
childElement
|
OnChildRemoved(Element, Int32)
Declaration
protected override void OnChildRemoved(Element childElement, int childIndex)
Parameters
Microsoft.Maui.Controls.Element
childElement
|
System.Int32
childIndex
|