G
Guest
Hi All,
I want to bind a datagridview or ListView to a List that is constantly
being updated (items are added/removed all the time).
Any ideas what the best way is to do this? I tried binding the collection
directly to the grid but occasionally I'll get cross thread errors
(different threads updating the collection).
Is there a way to get a live view of an array/list easily?
Thanks!
I want to bind a datagridview or ListView to a List that is constantly
being updated (items are added/removed all the time).
Any ideas what the best way is to do this? I tried binding the collection
directly to the grid but occasionally I'll get cross thread errors
(different threads updating the collection).
Is there a way to get a live view of an array/list easily?
Thanks!