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
Looks like this hasn't been requested as a product idea. I think it would be great to be able to group a collection of ApplicationMenu2010Items and display them at the bottom of the ApplicationMenu. I could then have the "nice to use" stuff at the bottom of the menu, and the "really need to use" items at the top... Just like the current versions of MS products!
I'll submit this as an idea for you to consider!
Andy
Hello grubarec,
Thank you for your reply. After further research this is considered to be a new product idea. I strongly recommend submitting a new product idea to enhance this area of our toolset.
You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
There are many benefits to submitting a product idea:
Direct communication with our product management team regarding your product idea.Notifications whenever new information regarding your idea becomes available.Ability to vote on your favorite product ideas to let us know which ones are the most important to you. You will have ten votes for this and can change which ideas you are voting for at any time.Allow you to shape the future of our products by requesting new controls and products altogether.You and other developers can discuss existing product ideas with members of our Product Management team.
Steps to create your idea:
1. Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).
2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)
3. Add your product idea and be sure to be specific and provide as much detail as possible.
- Explain the context in which a feature would be used, why it is needed, why it can't be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!
- Include a link to this thread in your idea so product management will be able to look back at this case.
The Product Idea site puts you in the driver's seat and allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Thank you for contacting Infragistics.
Hello Michael!
Attached please find the screenshot of my application Menu. The arrow points to the location where the red marked symbol should be placed. I only want to place the red marked symbol at the bottom of the application menu. The other symbols should stay where they are.
Thank you
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.