Click or drag to resize

IFileTreeViewInitialize_FolderTree Method

Initializes the folder tree.

Namespace: Altaxo.Gui.Pads.FileBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Initialize_FolderTree(
	NGTreeNodeCollection nodes
)

Parameters

nodes  NGTreeNodeCollection
The root node collection to display.
See Also