TdxCustomPanel.UseDockManager Property
Specifies if a docking manager is used in drag-and-dock operations.
Declaration
property UseDockManager; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
A docking manager handles docked control positioning. If you do not use a docking manager, a docked control is aligned to the windowed control depending on what edge is closest to the docked control when it is released.
The UseDockManager property’s default value is True.
See Also