1. First, you need to download ribbon for WPF. The latest version is the Microsoft Ribbon for WPF October 2010.
Download Link:
Https://www.microsoft.com/en-us/download/details.aspx?id=11877#filelist
Install after download is complete.
2. Open Visual Studio 2013 to create a WPF application. To add an assembly reference
"C:\Program Files (x86) \microsoft Ribbon for Wpf\v4.0\ribboncontrolslibrary.dll" (64-bit system)
"C:\Program Files \microsoft Ribbon for Wpf\v4.0\ribboncontrolslibrary.dll" (32-bit system)
After the add is complete, map the control assembly to the XAML prefix
Xmlns:r= "Clr-namespace:microsoft.windows.controls.ribbon;assembly=ribboncontrolslibrary"
Add Ribbon controls in XAML again
<r:Ribbon></r:Ribbon>
You can use the Ribbon for WPF in Visual Studio 2013
Baidu in front of a lot of did not find the use of the Ribbon for WPF method in Visual Studio 2013, the end of the day is out, haha.
How to use the Ribbon for WPF in Visual Studio 2013