Is there a sample app anywhere that shows vanilla usage of a Ribbon-based WPF application i.e. encompassing events invoked when tab items, groups and button tools etc. are selected. Alternatively are there sample code snippets illustrating the basic methods?
With all due respect something like
Public Event Opening() As EventHandler(Of RibbonGroupOpeningEventArgs)
is not quite what I envisaged.
Thanks
John French
Hello John,
All the sample that we ship are in the XamFeatureBrowser , which is installed with our product. There you can find sample for the XamRibbon, showing basic and advanced fucntionality.The XamShowCase shows sample applications using our components - there you can find the XamSalesManager sample, which is also using the XamRibbon control.