Created
September 1, 2019 12:48
-
-
Save alidaoud/ad91291733dca4d38f120a8621ec774f to your computer and use it in GitHub Desktop.
start displaying a list-view from a specific item position
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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