Do virtual list items have to be positioned absolutely?
All of the examples have absolute positioning, is this required?
3 Replies
fair-roseOP•3y ago
They do no it appears
noble-gold•3y ago
I’m wondering this too but not able to get it working. Any insight ?
vicious-gold•3y ago
In the React Examples on the docs there's a few options.
1. using padding at top and bottom of the virtual list doesn't require absolute.
2. Another example shows absolute positioning of each row with transform to offset, and
3. another example show absolute positioning of all rows as a group with transform to offset.
hope that helps