Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/allenlooplee/AppBarUtils
- Owner: allenlooplee
- License: mit
- Created: 2014-07-19T15:24:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T02:30:50.000Z (over 4 years ago)
- Last Synced: 2024-10-08T19:25:13.339Z (about 1 month ago)
- Language: C#
- Size: 1.65 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*