Wpf

Ribbon in .NET 4.5 using WPF and MVVM

· Reading time: ~2 minute(s) (243 words) programming csharp wpf

I’ve been spending some time recently to learn WPF a bit better including the MVVM pattern to encourage the separation of concerns between the view and the logic behind it.

It’s been a steep learning curve (to say the least!) but today I spent a bit of time looking into getting an Office-esque ribbon bar onto the main window of my dummy application. At first I wasn’t too sure, but I soon realised it’s not too dissimilar to any other button.

(Continue reading)