Search
Box.ResizeToFitChildren Method
See Also
 



( a feature of FlowChartX Pro edition)

Resizes a container box to fit its child nodes.

 Syntax

VB6  Copy Code

Public Sub ResizeToFitChildren ()

C++  Copy Code

public:
void ResizeToFitChildren ()

 Remarks

This 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