Rymate.Controls.UWPMenuBar
1.0.0-beta2
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.
See the version list below for details.
Install-Package Rymate.Controls.UWPMenuBar -Version 1.0.0-beta2
dotnet add package Rymate.Controls.UWPMenuBar --version 1.0.0-beta2
<PackageReference Include="Rymate.Controls.UWPMenuBar" Version="1.0.0-beta2" />
paket add Rymate.Controls.UWPMenuBar --version 1.0.0-beta2
#r "nuget: Rymate.Controls.UWPMenuBar, 1.0.0-beta2"
// Install Rymate.Controls.UWPMenuBar as a Cake Addin #addin nuget:?package=Rymate.Controls.UWPMenuBar&version=1.0.0-beta2&prerelease // Install Rymate.Controls.UWPMenuBar as a Cake Tool #tool nuget:?package=Rymate.Controls.UWPMenuBar&version=1.0.0-beta2&prerelease
Release Notes
In beta 2, MenuBarItems and MenuBarToggleItem close a menu bar menu when clicked.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta3 | 510 | 5/15/2017 |
1.0.0-beta2 | 536 | 5/14/2017 |
1.0.0-beta1 | 558 | 5/13/2017 |