#include <akngridview.h>
Data Fields |
|
| TSize | iGridDimensions |
| Current size of entire grid. |
|
| TInt | iGridFlags |
| Flags. |
|
| TInt | iPageSize |
| Size of the viewable area ( iColsInView * iRowsInView ). |
|
| TInt | iColsInView |
| The number of columns in the viewable area. |
|
| TInt | iRowsInView |
| The number of rows in the viewable area. |
|
| TSize | iSizeBetweenItems |
| The size of gap between items (height and width). |
|
| TSize | iSizeOfItems |
| The size of an item. |
|
|
|
The number of columns in the viewable area. |
|
|
Current size of entire grid. |
|
|
Flags. |
|
|
Size of the viewable area ( iColsInView * iRowsInView ). |
|
|
The number of rows in the viewable area. |
|
|
The size of gap between items (height and width). |
|
|
The size of an item. |