Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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