Search
TreeLayout.KeepGroupLayout Property
See Also
 



Gets or sets a value indicating whether groups in the diagram should be treated as single nodes when arranging the tree.

 Syntax

VB6  Copy Code

Public Property Get KeepGroupLayout() As Boolean
Public Property Let KeepGroupLayout( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_KeepGroupLayout ()
void put_KeepGroupLayout (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Relative positions of the grouped items won't be changed, but the group as a whole will be moved to produce a better layout.

 See Also