Table of Contents

Method SetItemsExpanded

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

SetItemsExpanded(bool, bool)

Sets IsExpanded property of child items.

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

Parameters

expanded bool

New value of IsExpanded property.

onlyVisible bool

Whether to update only visible items.