New flags in CEikListBox

CEikListBox has two new flags that have to be set for every list or grid that needs specific touch-related functionality.

Table: Touch-related flags in CEikListBox

Flag

Functionality

EAknListBoxPointerMultiselectionList

Enables stylus for multiselection lists. The new flag was introduced because the original multiselection flag is also used in other context than multiselection lists.

EAknListBoxPointerMarkableList

Enables stylus for markable lists or markable grids (CAknGrid).