I’m coding a Ribbon COM-add-in in C# and try to create a gallery of avaiable template files on a new tab.
Is it possible to set the gallery to open like the Style Selector gallery on the home tab in word ie. showing all the filenames in the gallery?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MS does not allow others to use an In-Ribbon Gallery in Outlook 2007->2013. Maybe we will see it in Outlook 2015/2016.
Take a look at the MSDN Code Samples to see what Ribbon XML controls are available. The closest you can come is using the Gallery control which displays a customizable dropdown grid – not an in-ribbon gallery.