ListView set first visible position

In ListView I can get index of the first item displayed by using getFirstVisiblePosition() How can I set an item at a particular index to display in the first position - I want something like setFirstVisiblePosition( int index )

8
задан 14 April 2011 в 04:38
поделиться