Reputation: 253
I was trying to follow this link to set up a drop down gallery on my ribbon bar using wpf and c#: http://msdn.microsoft.com/en-us/library/dd742868(v=VS.85).aspx
I cannot seem to initialize the dropdowngallery object on my ribbon bar in the xaml there is no option to create one... I have access to all the other ribbon controls besides the gallery controls in the xaml. There is a RibbonGallery object but not any specific gallery controls (DropDown, SplitButton, In-Ribbon) Am I missing something?
Upvotes: 1
Views: 931