jes9582
jes9582

Reputation: 253

DropDownGallery Object?

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

Answers (1)

CodeNaked
CodeNaked

Reputation: 41393

This blog post includes an example of how to add a Ribbon gallery in WPF. The link you include in your question is for the Win32/MFC version of the Ribbon control, which is different.

Upvotes: 1

Related Questions