CAknGridView::SGrid Struct Reference

#include <mw/AknGridView.h>

struct CAknGridView::SGrid

Detailed Description

Enumeration flags for different layouts.

Member Attribute Documentation

iColsInView

TInt iColsInView

The number of columns in the viewable area.

iGridDimensions

TSize iGridDimensions

Current size of entire grid.

iGridFlags

TInt iGridFlags

Flags.

iPageSize

TInt iPageSize

Size of the viewable area ( iColsInView * iRowsInView ).

iRowsInView

TInt iRowsInView

The number of rows in the viewable area.

iSizeBetweenItems

TSize iSizeBetweenItems

The size of gap between items (height and width).

iSizeOfItems

TSize iSizeOfItems

The size of an item.