I am using the Microsoft WPF Ribbon Control in C#. I’ve included a RibbonMenuButton to give my users the option to choose multiple items from a list, which I want to achieve via RibbonCheckBox, like follows: <RibbonMenuButton Label="Choose Items"> <RibbonGallery ScrollViewer.VerticalScrollBarVisibility="Auto"> <RibbonGalleryCategory Header="Category 1"> <RibbonCheckBox Label="Test"/> <RibbonCheckBox Label="Test2"/> The issue is that sometimes when I […]
The post Microsoft WPF Ribbon – RibbonGallery Issue appeared first on BlogoSfera.