New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls.ItemsView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public abstract class ItemsViewLayout : RadLayout

Inheritance: objectRadLayoutItemsViewLayout

Derived Classes: ItemsScrollLayoutItemsVirtualLayout

Inherited Members RadLayout.CreateLayoutManager()

Constructors

C#
protected ItemsViewLayout()

Methods

C#
protected override void OnChildAdded(Element childElement)
Parameters:childElementElement
C#
protected override void OnChildRemoved(Element childElement, int childIndex)
Parameters:childElementElementchildIndexint