DataGrid: load images when in view

Dan Friedman dan at clearvisiontech.com
Fri Nov 8 12:28:34 EST 2019


Greetings!

Say you have a form DataGrid that is displaying 100 entries.  Each entry has an image (loaded from a server) and some text.  When you set the dgData, it will get all 100 images as it's building the rows.  This is obviously going to take some time to load.  Is there a way to have the DataGrid only load the row's image when that row comes into view?  This way it will load the images as they are needed.

Thanks in advance!
-Dan



More information about the use-livecode mailing list