grid scrollTo

Hi guys,

is there a way to programatically scroll to a certain position (row) in grid?
There is function $$(‘mylist’).scrollTo() in list, so if there would be such a nice way for grid, that would be awesome…

One additional question: Is there some public list of webapps, that are using your touchui library?

Thanx in advance!
d

Just poking the topic …

You can use

$$(‘mylist’).showItem(id);

which will adjust scrolls to make item visible

Than you Stanislav!
The problem was between my chair and my keyboard…