VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,737 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hallo,
I am trying to improve the performance of the datagridview when loading a large xml list or list of objects. I will not have have more than 5000 rows ..but with 200 rows with cell formatting event it really slows and almost unusable. Simply enabling virtual mode does not do anything. I just want to know how can i use dgv in a virtual mode. I will have data from xml or bindinglist of objects .
Thanks
> I just want to know how can i use dgv in a virtual mode.
It is explained in MSDN :
How to: Implement Virtual Mode in the Windows Forms DataGridView Control