Class
TreeViewItemLayout

Represents a layout of a TreeViewItemView.

Definition

Namespace:Telerik.Maui.Controls.TreeView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class TreeViewItemLayout : RadLayout

Inheritance: objectRadLayoutTreeViewItemLayout

Inherited Members RadLayout.CreateLayoutManager()

Constructors

TreeViewItemLayout()

Declaration

cs-api-definition
public TreeViewItemLayout()

Fields

IndentationProperty

Identifies the Indentation property.

Declaration

cs-api-definition
public static readonly BindableProperty IndentationProperty

Field Value

BindableProperty

SpacingProperty

Identifies the Spacing property.

Declaration

cs-api-definition
public static readonly BindableProperty SpacingProperty

Field Value

BindableProperty

Properties

Indentation

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

Declaration

cs-api-definition
public double Indentation { get; set; }

Property Value

double

Spacing

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

Declaration

cs-api-definition
public double Spacing { get; set; }

Property Value

double

Methods

OnChildAdded(Element)

Declaration

cs-api-definition
protected override void OnChildAdded(Element childElement)

Parameters

childElement

Element

OnChildRemoved(Element, int)

Declaration

cs-api-definition
protected override void OnChildRemoved(Element childElement, int childIndex)

Parameters

childElement

Element

childIndex

int