class CAknPinbStyleGrid : public CAknGrid |
grid_app_pane Application Shell uses this (note that part of layout needs to be done inside application -- the listbox will not be in correct position on the screen by just using this -- see listapp)
list item string format: "1\tLabel" list item string format: "1\tLabel\t1" grid_pinb_pane
list item string format: "1" list item string format: "1\t1" list item string format: "1\t1\t1" list item string format: "1\t\t1"
Public Member Functions | |
---|---|
IMPORT_C void | HandlePointerEventL(const TPointerEvent &) |
IMPORT_C TSize | MinimumSize() |
IMPORT_C void | SizeChanged() |
Private Member Functions | |
---|---|
void | SizeChangedL() |
Inherited Enumerations | |
---|---|
CCoeControl:TZoomType | |
CEikListBox:@170 | |
CEikListBox:TFlags | |
CEikListBox:TReasonForFocusLost | |
CEikListBox:TScrollBarOwnerShip |
IMPORT_C void | HandlePointerEventL | ( | const TPointerEvent & | aPointerEvent | ) | [virtual] |
From CCoeControl. Handles pointer events
const TPointerEvent & aPointerEvent |