Hello,
I want to use RadProgressBar in my code with the option IsIndeterminate=True.
This is the code:
I want to use RadProgressBar in my code with the option IsIndeterminate=True.
This is the code:
this.progressBar.Visibility = System.Windows.Visibility.Visible;
//Do Some thing that blocks UI thread
this.progressBar.Visibility = System.Windows.Visibility.Hidden;
Once I run this I dont see the progress bar.
Is there something I need to do?
Should I put the progress bar call in a worker thread?
Can you please help me with some sample?
Thanks & regards,
Santhosh B