mGNCS API Reference  v1.2.0
A new control set and a new framework for MiniGUI apps
Data Fields
_NCS_SCRLV_ITEMINFO Struct Reference

#include <mscrollview.h>

Data Fields

int index
 
int height
 
DWORD addData
 

Detailed Description

The structure of scrollview item information.

Definition at line 58 of file mscrollview.h.

Field Documentation

DWORD addData

The additional data of item.

Definition at line 65 of file mscrollview.h.

int height

The height of item.

Definition at line 63 of file mscrollview.h.

int index

The index of item.

Definition at line 61 of file mscrollview.h.


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