Microsoft SDK for Java

TreeView.setIndent

Sets the distance, in pixels, that nodes are indented relative to their parent nodes.

Syntax

public void setIndent( int value )

Parameters

value

An integer that represents the number of pixels by which each level of nodes is indented relative to the level above. The default value is determined by the system.

See Also   getIndent

© 1999 Microsoft Corporation. All rights reserved. Terms of use.