NetXP 3.0 Reference

DockingManager.AutoResize Property

When set to True, a resizing of the control will cause the docking windows to be resized smaller if they would start overlapping. Note that the windows will not be sized bigger again when the control is increased in size.

[Visual Basic]
Public Property AutoResize As Boolean
[C#]
public bool AutoResize {get; set;}

See Also

DockingManager Class | NETXP.Controls.Docking Namespace