Class TreeViewItemLayout
Represents a layout of a TreeViewItemView.
Inherited Members
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TreeViewItemLayout : RadLayout
Constructors
TreeViewItemLayout()
Declaration
public TreeViewItemLayout()
Fields
IndentationProperty
Identifies the Indentation property.
Declaration
public static readonly BindableProperty IndentationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SpacingProperty
Identifies the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Indentation
Gets or sets the indentation in pixels of the tree item.
Declaration
public double Indentation { get; set; }
Property Value
System.Double
|
Spacing
Gets or sets the spacing in pixels between the elements of the tree item.
Declaration
public double Spacing { get; set; }
Property Value
System.Double
|
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
|