Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Map > Single Click Location Map functionality

Not answered Single Click Location Map functionality

Feed from this thread
  • Alexey avatar

    Posted on Jan 20, 2012 (permalink)

    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

    Reply

  • Andrey Andrey admin's avatar

    Posted on Jan 25, 2012 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Map > Single Click Location Map functionality