I have a gallery item that potentially contains hundreds of items. I have filter controls that will filter out the items in the ribbon tab. What I want to do is combine both in a DocPane. I can add the filter contols to the docpane in .xaml however I can't find a way to add the gallery to the docpane in the DocPane xaml. I think this is because the gallery is a resource dictionary and not a user interface.
Is there a way to achieve what I want?