Select to view content in your preferred language

Override Mouse Hover on Navigation Control

655
2
Jump to solution
10-24-2012 07:07 AM
MarkLawrence
Emerging Contributor
I am using the ArcGIS 3.0 SDK for Silverlight.  I would like to override the mouse hover scale transform, and leave the control permanently maximized.

However, I am limited because I do not have access to Expression Blend.

Is there a way to override the content template for the scale transform without overriding the entire control's template in Visual Studio?
0 Kudos
1 Solution

Accepted Solutions
DominiqueBroux
Esri Frequent Contributor
Is there a way to override the content template for the scale transform without overriding the entire control's template in Visual Studio?

No you have to override the entire template.

Without Blend, you can get the default navigation Template from the toolkit sources on codeplex, copy it in your project and modify it for your need.

View solution in original post

0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
Is there a way to override the content template for the scale transform without overriding the entire control's template in Visual Studio?

No you have to override the entire template.

Without Blend, you can get the default navigation Template from the toolkit sources on codeplex, copy it in your project and modify it for your need.
0 Kudos
MarkLawrence
Emerging Contributor
No you have to override the entire template.

Without Blend, you can get the default navigation Template from the toolkit sources on codeplex, copy it in your project and modify it for your need.


Hey, this worked great, learned a lot today :).
0 Kudos