0
kicks
Silverlight FloatableWindow update: start position and resizable
A while back I wrote a post where I refactored the Silverlight ChildWindow to create a non-modal window and I called it FloatableWindow (you can see why I’m not a good marketer…hey I could have called it Microsoft Silverlight ChildWindow Refactored Edition Express). A few folks found it useful, for which I’m appreciative of the comments.
My buddy Karl Shifflett decided to use it 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.