-
Hey everyone, is there any way to check if index XYZ is currently shown in the virtualizer? |
Beta Was this translation helpful? Give feedback.
Answered by
inokawa
Mar 13, 2025
Replies: 1 comment
-
You can check current visible range with virtua/stories/react/basics/VList.stories.tsx Lines 647 to 648 in c8ff71b https://inokawa.github.io/virtua/?path=/story/basics-vlist--statuses |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Zerebokep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can check current visible range with
findStartIndex
/findEndIndex
method on scrollvirtua/stories/react/basics/VList.stories.tsx
Lines 647 to 648 in c8ff71b
https://inokawa.github.io/virtua/?path=/story/basics-vlist--statuses