Tagged Questions
2
votes
1answer
4k views
How do I populate a ListView in virtual mode asynchronously?
I'd like to display records from our database in a listview - but retrieves can take a long time. I can use RetrieveVirtualItem to tell me when a new ListViewItem is needed, add a dummy item, and ...
0
votes
0answers
431 views
C# DataGridView Virtual mode with delayed data delivery
I have a problem with a DataGridView. I try using it in virutal mode, and if I fill the data in the getCellValue method, it works. However, I can not feed the data there - I dont (and cant) have a ...