Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi guys is there a ready function that will select very top item of ListView when it reaches Bottom by pressing Down key??
P.S. I'm Using highlight
Hi,
AFAIK there is none. You can use positionViewAtBeginning() or positionViewAtIndex(int index, PositionMode mode).
Thank you p3c0 you are useful as always