vcl-dxmapcontrol-dot-tdxmapcontrolnavigationpanel-bb60d0ba.md
Switches the visibility of the zoom track bar.
property ShowZoomTrackBar: Boolean read; write; default True;
| Type | Default | Description |
|---|---|---|
| Boolean | True | True Default. The zoom track bar is visible if the parent Map Control‘s OptionsBehavior.Zooming property is set to True ( default ).FalseThe zoom track bar is hidden. |
Users can do the following to zoom the displayed map in or out if the Map Control‘s OptionsBehavior.Zooming property is set to True ( default ):
ShowZoomTrackBar property is set to True ( default ).The zoom track bar indicates the current zoom level and allows users to zoom the map in or out.
Increment/Decrement ButtonsIncrease and decrease the ZoomLevel property value by 1.Zoom TrackUsers can click any position on the zoom track to set the corresponding zoom level. The zoom thumb moves to the clicked position.Zoom ThumbIndicates the current zoom level on the zoom track. Users can drag the thumb like any other slider.
The ShowZoomTrackBar property’s default value is True.
See Also
TdxCustomMapControl.ZoomLevel Property
TdxMapControlNavigationPanel.Style Property
TdxMapControlNavigationPanel Class