Silverlight 1.0 is official

We’ve been playing around with WPF/e Silverlight since the December CTP release but now thats its official with the recent 1.0 release we thought we’d start to throw out some components/examples. The first will be a scrollbar component. It’s supports dynamic content, horizontal/vertical layouts, and animated scrolling, along with other customized parameters such as position and size. Here are a few examples with source code:

Simple Vertical Scrollbar: Example, Source

Vertical Scrollbar with extras (scroller size based on content length and fading text): Example, Source

Horizontal Scroller: Example, Source


Coming up next will be a simple slideshow component, so stay tuned!

6 Responses

  1. [...] source. Good job Daniel! Oh and I see you have the SL Logo running on your site … very cool :) Silverlight Scrollbar component Dan Dobbs posted a Silverlight 1.0 Scrollbar component that not only looks very nice, but deals with [...]

  2. Very nice Dan.

    Personally, I really like the gliding effect when you click outside of the thumb of the scrollbars. The fading effect on the vertical scrollbar is very nice as well.

  3. Thanks for making these scrollbars available. Just what I needed. Here’s how I used your horizonatal scrollbar – if you care to look – http://www.davidseye.com/GwensVideos/v3/

    Thanks

  4. Version 4 – it uses the horizontal scrollbar and the simple vertical scrollbar in the same page. I’m not a guru, just a sleep deprived enthusiast, and I found it a satisfying challenge to adapt the code to work in my page like this. Thanks again.

  5. [...] scrollbar component: Updated with MouseWheel Support Here is an updated version of the scrollbar component I released earlier but this new version has Mouse Wheel [...]

  6. [...] is an updated version of the scrollbar component I released earlier but this new version has Mouse Wheel [...]

Leave a Reply