Search
TreeLayout.LevelSpacing Property
See Also
 



Gets or sets how much space to leave between adjacent levels of the tree.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_LevelSpacing ()
void put_LevelSpacing (
    int value
)

 Property Value

A long value. The default is 40.

 See Also