Silverlight UI Rant #2 – ListBoxItem
Tonight’s recipient of my UI Rant is the Silverlight 2 ListBox, or more specifically, the ListBoxItem. A client recently asked me to provide an alternating row style like the DataGrid […]
Silverlight UI Rant #1
If you’ve used the the Silverlight 2 DataGrid, you’ve no doubt seen this: I really hate when this happens! I’ve seen several forum discussions where folks were looking to get […]
HtmlPage.PopupWindow vs. HtmlWindow.Navigate
I was recently looking at various ways of launching an external window from inside a Silverlight 2 application. Dusting off your javascript brain cell, you’ll recall that to open a […]
Yngwie Malmsteen syndrome (Silverlight 2 Scroller revisited)
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 […]
Silverlight System.ExecutionEngineException
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. […]
Silverlight 2 Scroller
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 […]
Initializing the FROM value of a Silverlight 2 Animation
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 […]