I'm just starting out with WPF + C# in Visual Studio 2010.
I've added the standard calendar control to my project, and I want to disable/remove the month left & right buttons.
I couldn't achieve this using the properties of the control, so I did a bit of research - it sounds like I'll have to replace the standard template with a modified one of my own creation.
But how do I modify the standard template? I can't find a way to access it.
Or is there a better way to achieve my goal?