Gets or sets a value indicating whether container boxes should resize automatically to fit their children.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AutoResizeContainer() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksIf this property is enabled, a container box is automatically resized when its child nodes are resized or when children are added or removed.
See Also