tags:

views:

697

answers:

1

It astounds me that Microsoft don't have a winform representation for their new Scenic ribbon. I definitely do not want to reinvent my company's main application into a WPF application. Surely a C# winform implementation would do wonders for adoption?

A: 

You don't have to redo your entire Winforms app in WPF, interop between WPF and Winforms is quite good. Host your Winforms content inside a WPF window.

Paul Betts