Re: Lazy loading of images in scrollpane

2015-07-13 Thread Tom Schindl
Use a ListView ;-) Unfortunately the base class (VirtualFlow is not public API) Tom On 13.07.15 20:19, Christian Krampenschiesser wrote: Hi all, I am trying around since some time to load images when they are visible in a scollpane. However the only solution I got so far is quite

Re: Lazy loading of images in scrollpane

2015-07-13 Thread Tomas Mikula
Or use Flowless https://github.com/TomasMikula/Flowless Tomas On Jul 13, 2015 2:36 PM, Tom Schindl tom.schi...@bestsolution.at wrote: Use a ListView ;-) Unfortunately the base class (VirtualFlow is not public API) Tom On 13.07.15 20:19, Christian Krampenschiesser wrote: Hi all, I am

Lazy loading of images in scrollpane

2015-07-13 Thread Christian Krampenschiesser
Hi all, I am trying around since some time to load images when they are visible in a scollpane. However the only solution I got so far is quite complicated and done via checking the bounds in the scene. However sometimes the calculated bounds of the item in the scene are way out of the scene. I