Home > Software engineering >  MFC CListView
MFC CListView

Time:09-26

When CListView inserted into the large amounts of data (with icon) with what method?
Using InsertItem program would collapse,
Hope bosses glad,

CodePudding user response:

To the operation of the View generally after or in the OnInitialUpdate (ensure that have been created)

CodePudding user response:

Insert the pointer position is correct, such as whether to cross

CodePudding user response:

"Using InsertItem program would collapse"

CListCtrl m_List ;//owner data virtual

CodePudding user response:

InserItem insert file is slow,
Is there any other way, please?

CodePudding user response:

Collapsed in the pop-up dialog box, press the corresponding button to enter debugging press Alt + 7 key to view the Call Stack, namely "the Call Stack" from the inside to the following out of from the inner to outer function Call history, double-click a row to the cursor to the Call of the source code or assembly instruction, don't understand when double click on the next line, until we can read ,
  • Related