vcl-dxdockcontrol-6ec61aae.md
Enumerates panel resize styles.
TdxDockingResizeStyle = (
drsPattern,
drsLine,
drsUpdate
);
| Name | Description |
|---|---|
drsPattern |
A panel draws a pattern that indicates the panel’s new size. The current docking controller‘s SelectionBrush property specifies the pattern’s brush. The panel changes its size only when a user releases the left mouse button.
|
| drsLine |
A panel draws a black resize bar that indicates the panel’s new size. The panel changes its size only when a user releases the left mouse button.
|
| drsUpdate |
A panel changes its size when a user resizes the panel. The docking manager‘s OnCustomDrawResizingSelection event and the panel’s OnCustomDrawResizingSelection event do not occur.
|
The following API members reference the TdxDockingResizeStyle type:
See Also