MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_LVITEM Struct Reference

#include <listview.h>

Data Fields

int nItem
 
int nItemHeight
 
DWORD itemData
 
DWORD dwFlags
 

Detailed Description

Structure of the listview item info, contains information about an item. This structure is used for creating or retrieving an item.

Definition at line 97 of file listview.h.

Field Documentation

DWORD dwFlags

State flags of the item, can be OR'ed by the following values:

  • LVIF_FOLD
    The item is folded.

When adding an item to the listview control, only LVIF_FOLD flag is valid.

Definition at line 117 of file listview.h.

DWORD itemData

Attached additional data of this item

Definition at line 106 of file listview.h.

int nItem

The rows of the item

Definition at line 102 of file listview.h.

int nItemHeight

Height of the item

Definition at line 104 of file listview.h.


The documentation for this struct was generated from the following file: