Recommended

  • Silverlight 4 Podcast Pack with Tim Heuer
  • Building Modular Silverlight Applications
  • Prism -  10 Things to Know
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for ProgressBar.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Paul Yanez  on  Nov 18, 2009 (5 months ago)
    In this video Paul Yanez shows how to databind a progressbar’s width to the position of a video.
     The Databinding feature in Microsoft Expression Blend 3 allows this interaction without the need to write one of code.


  • 0 comments  /  posted by  Paul Yanez  on  Nov 12, 2009 (5 months ago)
    This is part 3 in the series of Paul Yanez on building a Hulu inspired video playerand and in this tutorial he is building a progress bar.

    We will take the design of our progress bar and set it’s width equal to the position of the video’s current position. To make this dynamic and without needing to write any code we will use the concept of Binding.


  • 16 comments  /  posted by  Martin Mihaylov  on  Oct 07, 2008 (more than a year ago)

    With the release of the Release Candidate version of Silverlight 2 three long awaited controls were presented - the PasswordTextBox, the ComboBox and the ProgressBar. Since the need of such controls were pretty big, a lot of custom controls were created and the existing ones have been extended in order to fill that need. Probably you've already read a couple of tutorials about creating your own ProgressBar control. We have also developed our own simple progress bar for the Voting control and I was ready to show it off in a separate article, but that's not necessary now. Instead of this we are going to take a look at the ProgressBar control that came with the release candidate and show some of its basic features.

    Download source code