Wintellect  

January 2009 - Posts

Earlier this month, I blogged about a Silverlight 2 Scroller control that I had labored over for the better part of a weekend. The entire time I was working on this Scroller, I had this small, dirty feeling that what I had created was somehow way more Read More...
Just a quick note that will hopefully save someone the pain that I just went through chasing yet another exception in Silverlight with nothing to go on from Visual Studio. (I really hope that there is some better feedback coming on Silverlight applications Read More...
01/22/09 : Scroller updated in this post . Last week I had the opportunity to really dive into some fun with a Silverlight 2 ListBox. It all started with a requirement for a simple Scroller control. You know, the simple left-to-right scrollers that you Read More...
Recently, I was attempting to create my own popup dialog. I had specific requirements in mind for this dialog, including:  I wanted to animate the Width/Height from 0x0 to the ActualWidth/ActualHeight I wanted to animate the Opacity from 0 to 1 I Read More...