Skip to main content

TdxMapControlNavigationPanel.ShowScrollButtons Property

Specifies if map scroll buttons are visible.

Declaration

property ShowScrollButtons: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True
True
Default. Map scroll buttons are visible if the parent Map Control‘s OptionsBehavior.Scrolling property is set to True (default).
False
Map scroll buttons are hidden.

Remarks

Users can click map scroll buttons on the Navigation Panel to scroll the displayed map in corresponding directions if the parent Map Control‘s OptionsBehavior.Scrolling property is set to True (default). In addition, users can press arrow keys or drag the map to scroll it.

VCL Map Control: Map Scroll Buttons

You can set the ShowScrollButtons property to False to hide map scroll buttons.

Default Value

The ShowScrollButtons property’s default value is True.

See Also