Gets or sets a value indicating whether groups in the diagram should be treated as single nodes when arranging the tree.
SyntaxVB6
Copy Code
|
|---|
Public Property Get KeepGroupLayout() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksRelative 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