mGNCS API Reference  v1.5.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 70 of file mscrollview.h.

Field Documentation

◆ addData

DWORD addData

The additional data of item.

Definition at line 77 of file mscrollview.h.

◆ height

int height

The height of item.

Definition at line 75 of file mscrollview.h.

◆ index

int index

The index of item.

Definition at line 73 of file mscrollview.h.


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