I can't seem to display the image and caption when displaying an inherited instance of the MenuTool, anyone got a solution/workaround to this?
{
_myRibbon.Tabs.Add(_tab);
RibbonGroup _group = new RibbonGroup();
_tab.RibbonGroups.Add(_group);
menuTool.SetValue(RibbonGroup.MinimumSizeProperty, RibbonToolSizingMode.ImageAndTextLarge);
_group.Items.Add(menuTool);
}
public class ChildMenuTool : MenuTool
Thanks,
Jon.
If it works when using MenuTool and not a derived MenuTool class then this is likely do to the same issue as this:
http://forums.infragistics.com/forums/p/3767/20386.aspx#20386
If so, you should report the issue to the support group so that you can be notified when the fix is available. http://ko.infragistics.com/gethelp/default.aspx. When reporting the issue, please reference issue # BR31021.