Reputation: 75
When I have a process that I know when it would finishes, I would use a progress bar. But what can I use to show that a process is progressing but I have no idea when it would finishes?
Is there any special control for this in WPF?
Upvotes: 1
Views: 172
Reputation: 5715
I suggest you use BusyIndicator to show that the application is in progress.
Upvotes: 4