I would like to implement a paging feature in a Layout.
After querying the server, right now I create and add to the Layout N widgets. The widgets are kind of heavy, so I would like to create (or fill) them, just when the user scroll the Layout and the widget become "visible".
Any idea of how to achieve this (LGPL edition)?
Thx
After querying the server, right now I create and add to the Layout N widgets. The widgets are kind of heavy, so I would like to create (or fill) them, just when the user scroll the Layout and the widget become "visible".
Any idea of how to achieve this (LGPL edition)?
Thx
Comment