https://github.com/indexzero/quasar
A Silverlight Control Library
https://github.com/indexzero/quasar
Last synced: 8 months ago
JSON representation
A Silverlight Control Library
- Host: GitHub
- URL: https://github.com/indexzero/quasar
- Owner: indexzero
- License: other
- Created: 2009-03-17T20:38:27.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-08-12T14:48:29.000Z (almost 17 years ago)
- Last Synced: 2024-10-18T21:03:37.791Z (over 1 year ago)
- Language: C#
- Homepage: http://www.github.com/indexzero/quasar
- Size: 551 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Quasar
---
#### Author: Charlie Robbins, 2008
[http://www.charlierobbins.com](http://www.charlierobbins.com)
Last Update: January 19th, 2008
### Requirements
Depends on the SilverlightToolkit and is currently using the December 2008 drop.
### Quality Bands
Currently all controls in Quasar are in the pre-Alpha stages of development. I have tried to outline all of the limitations in "Limitations below."
1. pre-Alpha: There are no unit tests, sample usage in Quasar.Samples, or other documentation.
2. Alpha: There is sample usage in Quasar.Samples and limited documentation
3. Beta: There are unit tests, sample usage in Quasar.Samples, and limited documentation
4. Released: Ready for prime time.
### Dependencies
1. Built against Silverlight 2 RTM
2. Silverlight Toolkit, December 2008
### Limitations
1. AttachedDragDropBehavior
* EventHandlers cannot be set in ControlTemplates
* EventHandlers must be public methods on whatever class they are declared
2. AttachedEventHandlerManager
* EventHandlers cannot be set in ControlTemplates
* EventHandlers must be public methods on whatever class they are declared
3. ImageListView
* The ImageListViewItem does not utilize any sort of bounding (i.e. ViewBox), so there may be possible clipping in some Stretch usage scenarios.
4. LightBox
* Currently has no "Adorner" like layer built into it, so to get the faded background effect, you must have it stretch to the entire area.
### Credits
* ItemContainerManager: [Josh Wagoner](http://blog.dobaginski.com/josh/?p=52)
* AttachedEventHandlerManager: [Ary Borenszweig](http://weblogs.manas.com.ar/ary/2008/06/24/adding-double-click-support-in-silverlight/)