The text of this article is not in this database — only its details are. Read it on the old site: WPF BusyIndicator
7 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: WPF BusyIndicator
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Gowthami CPosted May 25, 2016, 2:44 AM
I want to show busy indicator when save button is clicked and I used BusyBar.IsBusy = true at the start and BusyBar.IsBusy = false at the end of button click but when i run the code i am unable to see the busy indicator
robert MirandaPosted Nov 12, 2014, 6:18 AM
It's not working with data validations. any idea?
Tan LePosted Apr 7, 2014, 6:15 AM
So how do I style busy indicator as myself? For example, I would like to change CornerRadius or BrushBackground of ContentTemlate. Thanks
Mahesh ChandeditedPosted Dec 26, 2012, 11:13 AMEdited Dec 26, 2012, 11:14 AM
You can download it from CodePlex. I thought it was developed by Microsoft. Community edition is free: http://wpftoolkit.codeplex.com/ but looks like it is a part of Xceed now. Strange.
Pravin GhadgeeditedPosted Dec 14, 2011, 12:59 PMEdited Dec 15, 2011, 10:46 AM
Nice article sir, But i have 1 doubt how should i add this BusyBar control in VS 2010.
Mahesh ChandPosted Sep 8, 2011, 9:54 PM
Do you have Visual Studio 2010? You need 2010 for that.
Vishal NayaneditedPosted Sep 7, 2011, 2:50 PMEdited Sep 8, 2011, 3:09 AM
I used in my project thanks. A question sir , how to upgrade my WPF 3.5 project to WPF 4.0, so that i can use extended toolkit.