A newer version of this page is available.
Switch to the current version.
ScrollButtonsOptions Class
Contains options that define the position and layout of the Scroll Buttons element.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
public class ScrollButtonsOptions :
NavigationElementOptions
Public Class ScrollButtonsOptions
Inherits NavigationElementOptions
Related API Members
The following members accept/return ScrollButtonsOptions objects:
Examples
The following example demonstrates how to customize the appearance, position and visibility of map navigation elements: Zoom Trackbar, Scroll Buttons, Scale Panel and Coordinates Panel.
NOTE
A complete sample project is available at https://github.com/DevExpress-Examples/dxmap-getting-started-lesson-2-connect-to-openstreetmap-e3617.
<dxm:MapControl.ZoomTrackbarOptions>
<dxm:ZoomTrackbarOptions Margin="16" Orientation="Horizontal" VerticalAlignment="Bottom" />
</dxm:MapControl.ZoomTrackbarOptions>
<dxm:MapControl.ScrollButtonsOptions>
<dxm:ScrollButtonsOptions VerticalAlignment="Bottom" HorizontalAlignment="Right" />
</dxm:MapControl.ScrollButtonsOptions>
<dxm:MapControl.ScalePanelOptions>
<dxm:ScalePanelOptions HorizontalAlignment="Right" VerticalAlignment="Bottom" Visible="False" />
</dxm:MapControl.ScalePanelOptions>
<dxm:MapControl.CoordinatesPanelOptions>
<dxm:CoordinatesPanelOptions VerticalAlignment="Top" HorizontalAlignment="Right" />
</dxm:MapControl.CoordinatesPanelOptions>
Inheritance
Extension Methods
See Also
Feedback