Rymate.Controls.UWPMenuBar
1.0.0-beta1
See the version list below for details.
dotnet add package Rymate.Controls.UWPMenuBar --version 1.0.0-beta1
NuGet\Install-Package Rymate.Controls.UWPMenuBar -Version 1.0.0-beta1
<PackageReference Include="Rymate.Controls.UWPMenuBar" Version="1.0.0-beta1" />
paket add Rymate.Controls.UWPMenuBar --version 1.0.0-beta1
#r "nuget: Rymate.Controls.UWPMenuBar, 1.0.0-beta1"
// Install Rymate.Controls.UWPMenuBar as a Cake Addin #addin nuget:?package=Rymate.Controls.UWPMenuBar&version=1.0.0-beta1&prerelease // Install Rymate.Controls.UWPMenuBar as a Cake Tool #tool nuget:?package=Rymate.Controls.UWPMenuBar&version=1.0.0-beta1&prerelease
This project aims to reimplement the classic menu bar component as a UWP library.
Currently the library has the following features:
## Menu Bar
The main component is the Menu Bar, which defines a container which can hold Menu Bar buttons, and an optional area which can be used as a drag area for a title bar. It also holds the hover behaviour for opening menu bar items on hover when another one is opened.
## Menu Bar Buttons
These can either have a dropdown (like a menu bar) or are standalone buttons, which can be used for revealing a SplitView. They're also AccessKey aware, meaning users can activate them via `alt + access key`.
Additionally, they can either display a label or an icon from the built in Segoe MDL2 icon font.
## Menu Bar Item / Menu Bar Toggle Item
These are essentially very small wrappers that wrap the equivalent `MenuFlyoutItem` in order to reduce the default padding on them.
The padding can be increased / decreased via the normal methods still.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta3 | 754 | 5/15/2017 |
1.0.0-beta2 | 790 | 5/14/2017 |
1.0.0-beta1 | 838 | 5/13/2017 |
Initial beta release of the UWP MenuBar.