Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapControlNavigationPanel.ShowScrollButtons Property

Specifies if map scroll buttons are visible.

#Declaration

Delphi
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