Table of Contents

Method SetItemsExpandedRecursive

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetItemsExpandedRecursive(bool, bool)

Sets IsExpanded property of child items recursively.

public virtual void SetItemsExpandedRecursive(bool expanded, bool onlyVisible = true)

Parameters

expanded bool

New value of IsExpanded property.

onlyVisible bool

Whether to update only visible items.