(
a feature of FlowChartX Pro edition)
Resizes a container box to fit its child nodes.
SyntaxVB6
Copy Code
|
|---|
Public Sub ResizeToFitChildren () |
C++
Copy Code
|
|---|
public: |
RemarksThis method sets the bounding rectangle of the container to the union of its child nodes' bounding rectangles. It works only for boxes whose Style is set to bsContainer.
See Also