1
votes

I am creating WPF application, I want ribbon menu like this link. I am using MahApps Metro style window. How to add a ribbon menu in the metro window. I tried lot of codings, but didn't work. So please kindly send a procedure or coding for the ribbon window. Thanks..

2

2 Answers

1
votes

You could try to use Fluent.Ribbon. It's open source, should work well with MahApp.Metro and the showcase application shows both being used together.

Just download the showcase application, unzip it, run it and have a look at the tab below the ribbon which has the "Test" header. Said tab contains a button "Open MahMetro-Window" which you just have to click.

The most recent showcase application can be downloaded from appveyor. Please note that there is no separate zip package for the showcase application. There is only one zip package containing everything you need.

Disclaimer: I am the current maintainer of Fluent.Ribbon.

0
votes

Ribbon control which is similar to the Microsoft Office Ribbon Bar is available in WPF.

Check this.

See this also.