Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allenlooplee/AppBarUtils

AppBarUtils provides out-of-box app bar behaviors/triggers/actions for Windows Phone SDK 8.0 or higher. They enable you to do command binding (also binding for other properties) for app bar buttons/menu items.
https://github.com/allenlooplee/AppBarUtils

Last synced: about 10 hours ago
JSON representation

AppBarUtils provides out-of-box app bar behaviors/triggers/actions for Windows Phone SDK 8.0 or higher. They enable you to do command binding (also binding for other properties) for app bar buttons/menu items.

Awesome Lists containing this project

README

        

Introduction
===========

AppBarUtils provides out-of-box app bar behaviors/triggers/actions for Windows Phone SDK 8.0 or higher. 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.

Get the toolkit
===========

AppBarUtils is available [via NuGet](http://nuget.org/packages/AppBarUtils). Simply add it to your project through the NuGet extension from within Visual Studio. If you are using Visual Studio Express, you can still download it from here CodePlex and add it to your project manually.

Sample code
===========

```





















```
*You can find a fully functional demo in the source code.*