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
125
Is it possible move NavigationToolbar instead of FileMenu on Ribbon?
posted

Hello,

Is it possible move NavigationToolbar instead of FileMenu on Ribbon? See screanshot.

Parents
  • 7695
    Offline posted

    Hi Paul,

        Short answer, easily, no. We primarily went for emulating how Microsoft designed the toolbars, and that level of customization wasn't built into the control. You can request that functionality via a feature request here : ideas.infragistics.com

    That being said, there are a few ways you can probably work around that, the easier of the two approaches might be to first add the NavBar to your form, then add the Ribbon wrapped in a user control to it. Make sure to keep MDI merging off. You would need to manually handle the anything you want the two to know about each other. The other route might be to use a creation filter, and just swap the UIElements as they before they are drawn, you may have issues with sizing, and need to reposition the rest of the tabs as well. But it is doable.
    http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/Win_Creation_Filter.html

    Let me know if that works for you,

    Michael Germann
    Software Development Team Lead
    Infragistics

Reply Children