tags:

views:

49

answers:

1

I need to show a list that is scrolled to a specific item.

how can I do it?

Ori

A: 

It is supossed you are using a ListView widget, then you can call setSelection(position) of the listview.

caligari