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

how can I use the bottom to locate each row instead of the current "top"? #796

Open
yifon opened this issue Nov 21, 2024 · 0 comments
Open

Comments

@yifon
Copy link

yifon commented Nov 21, 2024

We use the VariableSizeList, because we need to show the realtime captions sentences, and each row's height is unstable.

Now my question is when the row's height is changed from one line to two lines, we can see the stage two for a moment,is it possible to only show stage 1 to stage 3?

I think the reason is we use the top to locate each row, so when the height increases, we need to scroll all the following rows to let the lines visible.
Is it possible that we can use the "bottom" to locate each row, then when the row height increases, we can apply more space upwards but not backwards?
Clipboard_Screenshot_1732174768

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

No branches or pull requests

1 participant