Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save alidaoud/ad91291733dca4d38f120a8621ec774f to your computer and use it in GitHub Desktop.

Select an option

Save alidaoud/ad91291733dca4d38f120a8621ec774f to your computer and use it in GitHub Desktop.
start displaying a list-view from a specific item position
//This line will select n row starting from top
listview.setSelectionFromTop(n, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment