Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyriltovena/disablecharmbar
DisableCharmBar shows how to disable charmbar on a full screen WPF application
https://github.com/cyriltovena/disablecharmbar
Last synced: about 2 months ago
JSON representation
DisableCharmBar shows how to disable charmbar on a full screen WPF application
- Host: GitHub
- URL: https://github.com/cyriltovena/disablecharmbar
- Owner: cyriltovena
- License: mit
- Created: 2014-03-25T10:24:27.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T21:10:23.000Z (almost 9 years ago)
- Last Synced: 2023-08-21T02:32:05.535Z (over 1 year ago)
- Language: C#
- Size: 15.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project is a sample WPF application to shows how to disable Charmbar on a full screen application.
If you already used the new Windows 8/8.1, you probably have noticed the charmbar which allow you to navigate through multiple application, closed a RT Application, or navigate between multiple settings.
You can make the charmbar visible by moving your mouse to the edge of your screen or simply swipe your finger from the outside of the screen to the inside.
If you are developping a professional application this charmbar can be sometimes difficult to deal with and better to disable as it can interfere with your own gesture. This is especially true if you are building a full screen application.