Solved! Go to Solution.
Is there a way to override the content template for the scale transform without overriding the entire control's template in Visual Studio?
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.