mGNCS API Reference
v1.5.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 70 of file mscrollview.h.
DWORD addData |
The additional data of item.
Definition at line 77 of file mscrollview.h.
int height |
The height of item.
Definition at line 75 of file mscrollview.h.
int index |
The index of item.
Definition at line 73 of file mscrollview.h.