DEV Community

Discussion on: Virtual scrolling: Core principles and basic implementation in React

Collapse
 
friendlyuser profile image
David Li

Quick Question about the virtual scroll list.

What do you recommend if we have multiple items per "row"?

Should the item height change.

I am using a flex wrapped container and there can be 3 items in a single row.