Questions tagged [currencymanager]
17 questions
0
votes
1 answer
Threadsafety CurrencyManager
My datagridview is bound to a list, and I am adding items to the list in a background thread.
Do i need synchronization if I call CurrencyManager.refresh in the UI thread. That is, can refresh and list.add run concurrently without synchronization?…

Koda
- 1,709
- 3
- 14
- 15
-1
votes
1 answer
CurrencyManager prevents hiding a row in a DataGrid
I don't know exactly what Currencymanager is for. I have not explicitly implemented it but it prevents me from hiding rows in my datagrid.
I build the datagrid from a csv file with several columns. One of them includes a double amount (price).
When…

Stringer
- 3
- 4