Dirty Little Secrets - Episode 2
Url: http://wildermuth.com/dirtylittlesecrets
My second episode of my "Dirty Little Secrets" screencast is up. This time I show you how to use control templates to skin a complex control in Silverlight 2. I create a ListBox with a Data Template and use ControlTemplates to skin the entire ListBox, Scrollbars, ListBoxItem and all. Check it out!
You can view the episode online here:
http://wildermuth.com/dls/Dirty_Little_Secrets_Episode_2
Or subscribe to the RSS feed:
This work by Shawn Wildermuth is
licensed under a
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at wildermuth.com.
Based on a work at wildermuth.com.







It would be great to point out how that new template can be re-used for other ListBoxes throughout the "Application", so when we drop another listbox control on another page, How can we use that template?