Home /

| RSS

Style Silverlight ScrollViewer With A New ControlTemplate

In an earlier post I showed you how to add ScrollViewer to Panels. In this post I will show you how to change the look of  the ScrollViewer using Expression Blend. I will work with the same example where I placed  ScrollViewer for a StackPanel. Here is the XAML I will use with a screenshot [...]

[ More ] July 7th, 2009 | 1 Comment | Posted in Programming |

Scrolling In Silverlight Panels

Scrolling is a very basic User Interface feature which allows you to navigate vertically or horizontally the content which may take up more than available area. In Silverlight scrolling is not available by default for any of the panels. But it can easily be made available with just a little bit of XAML. In this [...]

[ More ] July 7th, 2009 | 1 Comment | Posted in Programming |