#include <listview.h>
Structure of the listview item info, contains information about an item. This structure is used for creating or retrieving an item.
Definition at line 76 of file listview.h.
State flags of the item, can be OR'ed by the following values:
When adding an item to the listview control, only LVIF_FOLD flag is valid.
Definition at line 96 of file listview.h.
Attached additional data of this item
Definition at line 85 of file listview.h.
int nItem |
The rows of the item
Definition at line 81 of file listview.h.
int nItemHeight |
Height of the item
Definition at line 83 of file listview.h.