TdxRightZone Class
In This Article
Docking Functionality
Controls dropped onto the zone are docked to the right edge of the owner.
Resizing Functionality
Available when a control is docked to the left edge of a dock site or layout site. Allows you to resize the owner control horizontally by dragging its right-most edge.
Position
Occupies a rectangle at the right-most edge of the owning dock control. The width of the rectangle is specified by the zone width. The height of the rectangle is specified by the corresponding edge’s length.
#Declaration
Delphi
TdxRightZone = class(
TdxZone
)
See Also