TdxMapControlNavigationPanel.ShowScrollButtons Property
In This Article
Specifies if map scroll buttons are visible.
#Declaration
Delphi
property ShowScrollButtons: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#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