== Using Ribbon UI with WPF == # Create new VB 2008 WPF application. # Add reference to ''RibbonControlLibrary.dll'' # Place a ''Ribbon''. # Select the ''Ribbon'', click the "..." by Tabs. Add a Tab. # In the added tabs properties, press the "..." button by the Groups property. # Add a Group. Solved the unhandled exception by adding a ''GroupSizeDefinition'' in the ''RibbonGroup'' : Full ''Window1.xaml'' listing: == References == * [[http://windowsclient.net/wpf/wpf35/wpf-35sp1-ribbon-walkthrough.aspx#commands|WPF Ribbon Inside Out]] * [[http://www.uxpassion.com/2009/02/how-to-use-add-ribbon-to-wpf-applications-part-5/|How to add a Ribbon to WPF applications]] * [[http://www.codeplex.com/wpf/WorkItem/View.aspx?WorkItemId=9361|Unhandled exception when adding a Ribbon Group to a Ribbon Tab]]