|
|
Browse by Tags
All Tags » combine
-
Hi,
im currently using 2 collections for databinding to a DataGridView.
One collection is binded to the grid, the other serves as a buffer which is filled from a background thread. Whenever there is new data the buffer is filled and then copied in the main thread to the binded collection via combine(). This way the background thread never ...
|
|
|