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

feat(VirtualizedList): provide a way to scroll without applying focus #160

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

slvvn
Copy link

@slvvn slvvn commented Oct 1, 2024

Currently there's only a way to programmatically change the focused item in the list. This PR adds the support for an additional scrollTo method. Which functions the same as focus, but instead just scrolls and doesn't actually focus.

Copy link
Member

@pierpo pierpo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Thank you for the PR. I wonder what the use case is, but I'm fine with it as it doesn't add any complexity 😄

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

Successfully merging this pull request may close these issues.

2 participants