-
Notifications
You must be signed in to change notification settings - Fork 5
Ribbon Module
Mark Kromis edited this page Oct 21, 2019
·
2 revisions
Assists in using the ribbon framework and setting appropriate theme support.
- WPF (Framework)
- MesRibbonWindow - Main window for ribbon, use in place of MesWindow/MvxWindow for main window.
Use this for the main window in the root of the project. This will tie into the appropriate themes and setup main window.
<mes:MesRibbonWindow
....
x:Class="...MainWindow"
xmlns:mes="clr-namespace:MinoriEditorShell.Ribbon.Platforms.Wpf.Views;assembly=MinoriEditorShell.Ribbon"
....>
<Grid>
</Grid>
</mes:MesRibbonWindow>
- Fluent.Ribbon for having a great ribbon setup.
- Documentation for ribbon.