August 10, 2011
FloatingWindow v1.3. Inertial motion
In this version I made the windows really "floating". A simple Inertial Motion Controller
(InertialController class) extrapolates location of a window, simulating real-world behavior. For example,
when a user flicks a window, it can continue moving, decelerate, and then stop.
There is a Friction Coefficient (COEFFICIENT_OF_SLIDING_FRICTION) you can play with.
Currently it is 0.02. Increasing it you decrease velocity and vice versa. Try it!
June 5, 2011
FloatingWindow v1.2.2. New buttons
In the version 1.2.2 I changed style of the buttons to a bit more "flat". The previous version resembled old-time WinForms buttons.

May 12, 2011
FloatingWindow — multi-windows interface for Silverlight 4
New version of the FloatingWindow control library for the Silverlight 4:

Read the article about the FloatingWindow >>
November 16, 2010
Customizable Loading Indicator for Silverlight
A simple, customizable loading indicator for Silverlight applications.
Read about the Loading Indicator >>