Search Results

0
votes

what is the best way to display a ‘loading’ indicator on a WPF control

If you are running it on Vista, you could also just use the default wait cursor. this.Cursor = Cursors.Wait; …