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

[Table] Add animated option to scrollToRegion instance method #1501

Open
cmslewis opened this issue Aug 25, 2017 · 0 comments
Open

[Table] Add animated option to scrollToRegion instance method #1501

cmslewis opened this issue Aug 25, 2017 · 0 comments

Comments

@cmslewis
Copy link
Contributor

Would be nice to add an animated: boolean = false parameter to Table.scrollToRegion(region: IRegion). If true, the table would animate the scroll with inertia.

This is crucial for helping the user maintain context within the table if the surrounding app doesn't style the newly scrolled region with a styledRegionGroup (e.g.).

Potential challenge: having batch rendering keep up when scrolling long distances. Very possible we'd get a blank screen for the bulk of the scroll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants