Hi, I'm evaluating NetAdvantage (WPF) ribbon control. When I try to use gallerytool, I notice the scroll bar is not valiable so that some items are unreachable.
Meanwhile, from your show samples, "Quick Styles" gallary also has this problem, the vertical scroll bar doesn't work.
Could you have any suggestion?
This looks like a bug and should be addressed in the next hotfix. For now, you can set the ItemsPanel of the MenuTool that contains the GalleryTool to one that uses a MenuToolPanel.
e.g.
this.menu.ItemsPanel = new ItemsPanelTemplate(new FrameworkElementFactory(typeof(Infragistics.Windows.Ribbon.Internal.MenuToolPanel)));