AppBarUtils 2.4.0
See the version list below for details.
dotnet add package AppBarUtils --version 2.4.0
NuGet\Install-Package AppBarUtils -Version 2.4.0
<PackageReference Include="AppBarUtils" Version="2.4.0" />
paket add AppBarUtils --version 2.4.0
#r "nuget: AppBarUtils, 2.4.0"
// Install AppBarUtils as a Cake Addin #addin nuget:?package=AppBarUtils&version=2.4.0 // Install AppBarUtils as a Cake Tool #tool nuget:?package=AppBarUtils&version=2.4.0
AppBarUtils provides out-of-box app bar behaviors/triggers/actions for Windows Phone SDK 7.1/8.0. They enable you to do command binding (also binding for other properties) for app bar buttons/menu items, make use of the built-in Blend SDK and 3rd party behaviors, and dynamically show different app bars for different pano/pivot items or based on different page states.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Windows Phone | wp71 is compatible. wp8 is compatible. wp81 was computed. |
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.
Previously buttons and menu items in dynamic app bar can only execute code via command binding. It's a pity not to take advantage of existing well tested actions from Blend SDK, which is what this release tries to address.
See the demo code from CodePlex for how to use this new feature.