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
1750
ApplicationMenu2010 - Vertical Alignment of ApplicationMenu2010Item
posted

Hello community members!

In my application I have a xamRibbon with the Application2010Menu. I have the requirement to place the first menu items on top of the menu and the last menu item at the bottom of the Application2010Menu. I have already tried the VerticalAlignment="Bottom" but still all entries are place on top of each other.

I also tried to place a grid inside the application menu and in the grid I added the ApplicationMenu2010Items. While in Visual Studio no error was shown, during the runtime I do not see any entries in the application menu. Is there a way to achieve what I want?

Thank you, best regards

Andreas

Parents
No Data
Reply
  • 29065
    Offline posted

    Hello Andreas,

    Thank you for contacting Infragistics. Can I get a screenshot/mockup of the behavior you are trying to implement? Keep in mind that repositioning elements along the XamRibbon requires a retemplate of the control since it's based on the Microsoft Ribbon and is not a built-in feature. You can use the default styles for the XamRibbon that we ship in the DefaultStyles directory in the Infragistics folder.

    Let me know if you have any questions regarding this matter.

Children