AppBarUtils 2.0.1
See the version list below for details.
dotnet add package AppBarUtils --version 2.0.1
NuGet\Install-Package AppBarUtils -Version 2.0.1
<PackageReference Include="AppBarUtils" Version="2.0.1" />
<PackageVersion Include="AppBarUtils" Version="2.0.1" />
<PackageReference Include="AppBarUtils" />
paket add AppBarUtils --version 2.0.1
#r "nuget: AppBarUtils, 2.0.1"
#:package AppBarUtils@2.0.1
#addin nuget:?package=AppBarUtils&version=2.0.1
#tool nuget:?package=AppBarUtils&version=2.0.1
AppBarUtils provides out-of-box application bar behaviors/triggers/actions for Windows Phone SDK 7.1 or higher.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Many of you have been asking for dynamic app bar. Today I'm happy to announce you've got what you want. With this release, you can easily define multiple app bars within a pivot/pano page where different pivot/pano item shows different app bar.
For navigation actions, please try the recently released WPUtils which also contains many other useful behaviors, such as ChoosePhotoBehavior and PinToStartAction, and so on.
NOTE: This is actually 2.0. I have to set the version to 2.0.1 because NuGet doesn't allow me to overwrite the existing beta version, nor allow me to delete it!!