Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
GalleryTool's scroll bar problem
posted

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?

  • 54937
    Offline posted

    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)));