iced-rs/iced

`InfiniteList` widget

Aberta

#160 aberto em 15 de jan. de 2020

 (11 comentários) (17 reações) (0 responsável)Rust (1.572 forks)batch import
featurehelp wantedquestionrenderingwidget

Métricas do repositório

Stars
 (30.491 estrelas)
Métricas de merge de PR
 (Mesclagem média 24d 11h) (11 fundiu PRs em 30d)

Description

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?

Guia do colaborador