Display a large amount of data in MFC CListCtrl
Recently, there was a project that wanted to display a large amount of data, with tens of thousands of records. Through network learning, we learned that there were controls such as CListCtrl and CDateGrid. Then we all said that using CListCtrl worked well, I used it before.
However, the previous tool developed showed that the speed was too slow. Then, in the process of searching and quickly displaying data, we found the virtual list method, downloaded the Demo, and the test was very satisfactory. There was no difference between the 0.1 million records and 10 records, and we strongly recommended the results.
Http://www.codeproject.com/Articles/7891/Using-virtual-lists
Use virtual list
Http://www.microsoft.com/msj/archive/S2061.aspx
Http://www.codeguru.com/cpp/controls/listview/advanced/article.php/c4151/
Http://www.codeproject.com/listctrl/virtuallist.asp