Hello, is there a way to move the MapNavigation control to the top left of the screen, instead of the bottom center?
Thanks.
Scott
2 Answers, 1 is accepted
0
Andrey
Telerik team
answered on 08 Jun 2010, 02:10 PM
Hello Scott Michetti,
All navigation controls can be placed anywhere on the page (over or outside the map control). To do this you should hide correspondent control in the default layout using correspondent visibility property, and, then add necessary controls to your page. For example, following code hide default navigation control and add new one at the left top corner of the map:
By the way, you can turn on/off all map controls in the default layout using UseDefaultLayout property of the RadMap control.
Greetings,
Andrey Murzov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.