I have just upgraded my N97 to the v20 firmware , which implements kinetic scrolling in apps. I did indeed see kinetic scrolling working fine in Web, but it doesn't work automatically in my own app, neither in system listboxes, nor in my own view with it's own CEikScrollBarFrame.
Worse, scrolling, i.e dragging the scrollbars, in my listboxes has stopped working.
So I would like to know how to get kinetic scrolling working, and what I need to to to make sure that it also works for standard listboxes.
This is for apps developed on the generic S60 5th ed sdk. I do not use the N97 plugin as I like to keep my code as device-independent as possible, and that is already hard enough at this time.
An update: I found now that kinetic scrolling works when the listbox is a child of a CAknView-hosted container, but not when the listbox is a child of a plain CCoeControl. The code for creating the listbox is the same, and both listboxex are CAknSingleGraphicStyleListBoxes.





