Using the Office 2010 Ribbon UI in WPF applications – Part 1
You can use the ribbon control in your WPF/ Silverlight apps to get all the features of office 2010 UI ribbon control in your applications. We'll see some of these features and samples to create a similar UI in a WPF application. ...
Using the Office 2010 Ribbon UI in WPF applications – Part 2
The Office 2010 UI Ribbon control is similar to the Tab container and contains tabs, you can use to group your commands/ module commands into these ribbon tabs. The ribbon tab supports usage of ribbon implementation of almost all the ...