Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scrollToIndex method to ListView #578

Closed
hshristov opened this issue Aug 13, 2015 · 1 comment
Closed

Add scrollToIndex method to ListView #578

hshristov opened this issue Aug 13, 2015 · 1 comment

Comments

@hshristov
Copy link
Contributor

Both platforms expose methods for scrolling index into view. We should expose such method on the ListView class to allow this functionality.

iOS docs:
https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UITableView_Class/#//apple_ref/occ/instm/UITableView/scrollToRowAtIndexPath:atScrollPosition:animated:

Android docs (public void smoothScrollToPosition (int position)):
https://developer.android.com/reference/android/widget/ListView.html

@enchev enchev added this to the 1.3.0 milestone Aug 27, 2015
@enchev enchev self-assigned this Aug 27, 2015
@enchev enchev added the done label Aug 27, 2015
@enchev enchev closed this as completed Aug 27, 2015
@enchev enchev added the feature label Sep 16, 2015
@lock
Copy link

lock bot commented Aug 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot unassigned enchev Aug 31, 2019
@lock lock bot locked and limited conversation to collaborators Aug 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants