Skip to main content

TdxMapControlNavigationPanel.ShowScrollButtons Property

Switches the visibility of the scroll buttons.

Declaration

property ShowScrollButtons: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Clicking the scroll buttons provided by the navigation panel is one of the methods available to end-users for map scrolling. Set the ShowScrollButtons property to True to display the scroll buttons. Otherwise, they are hidden.

The default value of the ShowScrollButtons property is True.

See Also