This is a migrated thread and some comments may be shown as answers.

Single Click Location Map functionality

1 Answer 45 Views
Map
This is a migrated thread and some comments may be shown as answers.
Alexey
Top achievements
Rank 1
Alexey asked on 21 Jan 2012, 01:35 AM
Hello!

Can I deny change map center location on single mouse click event?

I want only drag map by mouse and use keyboard arrows.

Alexey

1 Answer, 1 is accepted

Sort by
0
Accepted
Andrey
Telerik team
answered on 25 Jan 2012, 01:06 PM
Hello Alexey,

You can change the behaviour of the RadMap on single mouse click using RadMap.MouseClickMode property. For example, if you set it to "None" then map control will not perform any action on single mouse click:

<telerik:RadMap x:Name="radMap"
        ZoomLevel="3"
        MouseClickMode="None"
        Center="40,60">
</telerik:RadMap>


Regards,
Andrey Murzov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Map
Asked by
Alexey
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or