Sets a boolean value indicating whether the nodes in the tree view control are sorted alphabetically.
public void setSorted( boolean value )
value
Set to true if the nodes are sorted alphabetically; otherwise, set to false. The default value is false.
See Also getSorted