The information in this article applies to:
SYMPTOMSInserting a large number of items into a CListCtrl simultaneously may take a long time if the control is in the LVS_ICON or LVS_SMALLICON modes. RESOLUTIONBefore starting to insert the items, disable painting of the control and re-enable the painting when the insertions are done. For more information see the "Sample Code" section of this article. STATUSThis behavior is by design. MORE INFORMATIONA CListCtrl can display its contents in one of four styles: LVS_ICON, LVS_SMALLICON, LVS_LIST, or LVS_REPORT. The problem does not show up if the control is in the LVS_LIST or the LVS_REPORT modes. Sample Code
Additional query words: 2.10 2.20 3.10 3.20 4.00 4.10 CListCtrl adding inserting
Keywords : kbcode kbMFC KbUIDesign kbVC |
Last Reviewed: July 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |