iced-rs/iced

`InfiniteList` widget

开放

#160 创建于 2020年1月15日

 (11 条评论) (17 个反应) (0 位负责人)Rust (1,572 个派生)batch import
featurehelp wantedquestionrenderingwidget

仓库指标

星标
 (30,491 个星标)
PR 合并指标
 (平均合并 24天 11小时) (30 天内合并 11 个 PR)

描述

I am writing an app that loads more than 400 PNGs into a scroll view.

But, it seems that VRAM is out of memory because too many images are being loaded.

I want to unload images outside the rendering range of the scroll view. Is there a way to know the display status of children elements in scroll view?

贡献者指南