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

Represents a layout of a TreeViewItemView.

Definition

Namespace:Telerik.Maui.Controls.TreeView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class TreeViewItemLayout : RadLayout

Inheritance: objectRadLayoutTreeViewItemLayout

Inherited Members RadLayout.CreateLayoutManager()

Constructors

C#
public TreeViewItemLayout()

Fields

IndentationProperty

BindableProperty

Identifies the Indentation property.

C#
public static readonly BindableProperty IndentationProperty

SpacingProperty

BindableProperty

Identifies the Spacing property.

C#
public static readonly BindableProperty SpacingProperty

Properties

Gets or sets the indentation in pixels of the tree item.

C#
public double Indentation { get; set; }

Gets or sets the spacing in pixels between the elements of the tree item.

C#
public double Spacing { get; set; }

Methods

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