This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
quasar /
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
Quasar.Samples.Web/ | ||
| |
Quasar.Samples/ | ||
| |
Quasar.sln | ||
| |
Quasar/ | ||
| |
README.md | ||
| |
References/ |
README.md
Quasar
Author: Charlie Robbins, 2008
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."
- pre-Alpha: There are no unit tests, sample usage in Quasar.Samples, or other documentation.
- Alpha: There is sample usage in Quasar.Samples and limited documentation
- Beta: There are unit tests, sample usage in Quasar.Samples, and limited documentation
- Released: Ready for prime time.
Dependencies
- Built against Silverlight 2 RTM
- Silverlight Toolkit, December 2008
Limitations
- AttachedDragDropBehavior
- EventHandlers cannot be set in ControlTemplates
- EventHandlers must be public methods on whatever class they are declared
- AttachedEventHandlerManager
- EventHandlers cannot be set in ControlTemplates
- EventHandlers must be public methods on whatever class they are declared
- ImageListView
- The ImageListViewItem does not utilize any sort of bounding (i.e. ViewBox), so there may be possible clipping in some Stretch usage scenarios.
- 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
- AttachedEventHandlerManager: Ary Borenszweig








