S
schnandr
Hi,
I have a user control which contains ListView. I copy all
ListViewItems into a separate List<ListViewItem> called
unfilteredItems.
I am using a BackgroundWorker to filter the ListView. When I access
this list in the DoWork Handler I am getting an
InvalidOperationException that
the List was not created by this thread. Is there a way to solve this
problem?
Thanks for every hint
I have a user control which contains ListView. I copy all
ListViewItems into a separate List<ListViewItem> called
unfilteredItems.
I am using a BackgroundWorker to filter the ListView. When I access
this list in the DoWork Handler I am getting an
InvalidOperationException that
the List was not created by this thread. Is there a way to solve this
problem?
Thanks for every hint