Search
Box.AutoResizeContainer Property
See Also
 



Gets or sets a value indicating whether container boxes should resize automatically to fit their children.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_AutoResizeContainer ()
void put_AutoResizeContainer (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

If 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