MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 109 of file listview.h.

Field Documentation

◆ dwFlags

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 129 of file listview.h.

◆ itemData

DWORD itemData

Attached additional data of this item

Definition at line 118 of file listview.h.

◆ nItem

int nItem

The rows of the item

Definition at line 114 of file listview.h.

◆ nItemHeight

int nItemHeight

Height of the item

Definition at line 116 of file listview.h.


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