Is it possible for the Gallery in the Infragistics ribbon to look like the Gallery in the View tab and in the Arrangement Group. (see attached image)
If so, what properties would I need to set to get it to look like this?
This worked. Thank you.
I also had to set the following additional properties . . .
On the PopupGalleryTool:
.ShowItemText =
ShowGalleryItemText.Always
On the GalleryToolItem:
.Settings.TextPlacement = Infragistics.Win.
TextPlacement.RightOfImage
I assume you want to know how to show the text for gallery items in the ribbon preview area. Is this correct? If so, you can do this by setting UltraToolbarsManager.Office2007UICompatibility to False, and the ShowItemText property on the PopupGalleryTool to Always.