A Tiled Image Brush for Silverlight
The Silverlight ImageBrush does not support the TileMode property that exists in WPF, and as a result there is no built in way to have tiled images as a background brush for your controls and...
View ArticleA Behavior for Remembering Settings
I have been unusually busy for the last couple of months and have been neglecting my blog. Things are still pretty busy, but I hope to squeeze out a few posts if I can.In this post I’m going to...
View ArticleTwo-Way Binding on TreeView.SelectedItem
In this post I’m going to describe an attached-behavior for a TreeView control that allows you to achieve two-way binding on the SelectedItem property. You can grab the source code here.[UPDATE 6 Dec...
View ArticleDesigning for Browser-Zoom: Part 1
Zooming is good for youThe ability to zoom your web browser content is often over-looked when designing either traditional or Silverlight web applications - but it can also be a feature, rather than a...
View ArticleDesigning for Browser-Zoom: Part 2
[UPDATED: Fixed broken links for download]The ability to adjust the magnification level in your browser (using zoom + or -) has the potential to ruin your carefully crafted UI design. In Part 1 we took...
View Article