Creates a tree view.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static TreeView CreateTreeView(
	params string[] items
)

Parameters

items
Type: array< System..::.String >[]()[]
Items in the selection.

Return Value

Returns a created control.

See Also