TreeView.setSorted

Overview | Methods | This Package | All Packages

TreeView.setSorted

Sets a boolean value indicating whether the nodes in the tree view control are sorted alphabetically.

Syntax

public void setSorted( boolean value )

Parameters

value

Set to true if the nodes are sorted alphabetically; otherwise, set to false. The default value is false.

See Also   getSorted