Table of Contents

Method Add

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

Add(TreeControlItem, bool)

Adds the specified item to the tree view on the root level.

public bool Add(TreeControlItem item, bool selectItem = false)

Parameters

item TreeControlItem

The item to add.

selectItem bool

If true, the item will be selected after being added.

Returns

bool