mGNCS API Reference
v1.2.0
A new control set and a new framework for MiniGUI apps
|
#include <mscrollview.h>
Data Fields | |
int | index |
int | height |
DWORD | addData |
The structure of scrollview item information.
Definition at line 58 of file mscrollview.h.
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.