A while back Tim Heuer wrote a post where he refactored the Silverlight ChildWindow to create a non-modal window and called it FloatableWindow. Now his friend Karl Shifflett helped him to add two new features - a start position and resizing capabilities to the window.
My buddy Karl Shifflett decided to use it (FloatableWindow) in Glimpse as the diagnostic window – thanks Karl! Karl even added some code to it to basically provide a start position (HorizontalOffset and VerticalOffset). Another request Karl had was to add resizing capabilities to the window. I’m pleased to say that I added both of these features to the source.