D
Day
Hi~
I'm writing an application that displays a list of files in a ListView
control and updates their status while filtering and copying processes
happen, i.e. - I copy a file, that file's status is displayed as being
transfered. I filter a file, it then shows the result of the
filtering, etc.
The thing is this -
If I use labels to display the "currently worked-on" item, the program
can't keep up the pace for small files since they get copied and
scanned so fast, so the messages coming in from the BackgrounWorkers
just plug up the system.
Is there a way to set the ListView to show the currently selected
ListViewItem, so I can just focus on it as I go along with the copying
and filtering?
Thanks in advance,
~Day
I'm writing an application that displays a list of files in a ListView
control and updates their status while filtering and copying processes
happen, i.e. - I copy a file, that file's status is displayed as being
transfered. I filter a file, it then shows the result of the
filtering, etc.
The thing is this -
If I use labels to display the "currently worked-on" item, the program
can't keep up the pace for small files since they get copied and
scanned so fast, so the messages coming in from the BackgrounWorkers
just plug up the system.
Is there a way to set the ListView to show the currently selected
ListViewItem, so I can just focus on it as I go along with the copying
and filtering?
Thanks in advance,
~Day