Skip to main content

TdxCustomZoomTrackBar Class

The base class for zoom track bar editors.

Declaration

TdxCustomZoomTrackBar = class(
    TcxCustomTrackBar
)

Remarks

A zoom track bar editor (TdxZoomTrackBar/TdxDBZoomTrackBar) is inspired by a zoom slider found in Microsoft Office® applications. Compared to a simple track bar, a zoom track bar displays two different adjacent track scales for more granular thumb positioning.

VCL Editors: A Zoom Track Bar Editor Example

Terminal TdxCustomZoomTrackBar Class Descendants

Do not use the TdxCustomZoomTrackBar class directly. Use the following descendants instead:

TdxZoomTrackBar
An unbound zoom track bar editor similar to the zoom slider found in Microsoft Office.
TdxDBZoomTrackBar
A data-aware zoom track bar editor similar to the zoom slider found in Microsoft Office.
See Also