Silverlight Progress Bar(jason.whitehorn.ws)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

One such puzzling absence from the Silverlight tool chest is a progress bar control. WPF has a progress bar, WinForms has a progress bar, but not Silverlight. Fortunately implementing one is not that hard and provided a great introduction to Silverlight's layout model.

4 comments |category: |Views: 197

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by crpietschmanncrpietschmann(11.3k) 2 years, 11 months ago 0

Well apparently this link is now dead.

Reply

posted by crpietschmanncrpietschmann(11.3k) 2 years, 9 months ago 0

Silverlight has a progress bar control built in.
Paste this XAML into the Page.xaml of any Silverlight 2 application:

<ProgressBar x:Name="pg2" Margin="10" Height="15" IsIndeterminate="True" />

I trust that you'll correct your post, it looks bad. We look at people's posts when we're recruiting, I expect other people do too.

For more info, have a look at the ProgressBar class in the System.Windows.Controls Namespace of the .NET class library for Silverlight:

http://msdn.microsoft.com/en-us/library/system.windows.controls.progressbar(VS.95).aspx

Reply

posted by crpietschmanncrpietschmann(11.3k) 2 years, 9 months ago 0

Sorry about the wording in the previous comment. I just copy/pasted an email I recieved from someone on this issue. They didn't feel like contributing to DNK, so I posted it here myself instead.

Reply

information Login or create an account to comment on this story