Method ExpandAll | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ExpandAll(T)

Expands the supplied object and all child objects.

public void ExpandAll(T toExpand)

Parameters

toExpand T

The object to expand.

ExpandAll()

Fully expands all nodes in the tree, if the tree is very big and built dynamically this may take a while (e.g. for file system).

public void ExpandAll()

Edit this page