Search
TreeLayout.NodeSpacing Property
See Also
 



Specifies how much space to leave between adjacent nodes on the same level of the tree.

 Syntax

VB6  Copy Code

Public Property Get NodeSpacing() As Long
Public Property Let NodeSpacing( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_NodeSpacing ()
void put_NodeSpacing (
    int value
)

 Property Value

A long value. The default is 30.

 See Also