I have a ListView with many ListViewItems. I have coded the ColumnClick event to sort the ListView. I got the code from http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/listviewsort.asp
Since I have many ListViewItems, it takes a few seconds to sort. During this time, the Form appears to freeze. Is it possible to implement a ProgressBar to show the status of the Sort?
I have successfully created a ProgressBar, but I'm not sure how to synchronize the Sort with the ProgressBar value. Can someone get me started?
Since I have many ListViewItems, it takes a few seconds to sort. During this time, the Form appears to freeze. Is it possible to implement a ProgressBar to show the status of the Sort?
I have successfully created a ProgressBar, but I'm not sure how to synchronize the Sort with the ProgressBar value. Can someone get me started?