TreeViewItemLayout
Class
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
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; }
Methods
C#
protected override void OnChildAdded(Element childElement)
C#
protected override void OnChildRemoved(Element childElement, int childIndex)