vcl-dxzoomtrackbar-830803d5.md
The base class for zoom track bar editors.
TdxCustomZoomTrackBar = class(
TcxCustomTrackBar
)
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.
Do not use the TdxCustomZoomTrackBar class directly. Use the following descendants instead:
TdxZoomTrackBarAn unbound zoom track bar editor similar to the zoom slider found in Microsoft Office.TdxDBZoomTrackBarA data-aware zoom track bar editor similar to the zoom slider found in Microsoft Office.
Show 13 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomTrackBar TdxCustomZoomTrackBar
See Also