Back to Devexpress

TdxMapControlNavigationPanel.ShowScrollButtons Property

vcl-dxmapcontrol-dot-tdxmapcontrolnavigationpanel-efe762aa.md

latest1.9 KB
Original Source

TdxMapControlNavigationPanel.ShowScrollButtons Property

Specifies if map scroll buttons are visible.

Declaration

delphi
property ShowScrollButtons: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrueTrue Default. Map scroll buttons are visible if the parent Map Control‘s OptionsBehavior.Scrolling property is set to True ( default ).FalseMap 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.

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

TdxMapControlNavigationPanel.ShowZoomTrackBar Property

TdxMapControlOptionsBehavior.InertialScrolling Property

TdxMapControlNavigationPanel.Style Property

TdxMapControlNavigationPanel Class

TdxMapControlNavigationPanel Members

dxMapControl Unit