TcxImageZoomingOptions.ShowZoomTrackBar Property
Specifies if the editor shows a zoom track bar when the mouse pointer is within the editor’s boundaries.
Declaration
property ShowZoomTrackBar: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
Remarks
Set the ShowZoomTrackBar
property to True
to allow the image editor to display a zoom track bar when zoom operations are available and the mouse pointer is within the editor’s boundaries. Terminal slider positions in the zoom track bar correspond to MinZoom and MaxZoom property values:
Zoom Operation Availability
Zoom operations are available only if the editor’s Properties.FitMode property is set to ifmNormal. In this mode, users can rotate the mouse wheel while holding the Ctrl key to zoom the displayed image in or out. If the Properties.Center property is set to False
, users can also pan the displayed image.
Default Value
The ShowZoomTrackBar
property’s default value is False
.