📅  最后修改于: 2022-03-11 14:58:48.288000             🧑  作者: Mango
Virtual scrolling always ensures that only the visible elements on screen are
using rendering resources. It is different from strategies like infinite scroll
where a set amount of elements render, triggered incrementally and as an append
(usually triggered by scrolling).