You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have used AQGridView to implement a digital magazine layout for a newsstand app.
One feature that I know would be greatly appreciated by many users is the ability to preload the next couple of rows/cells before the user scrolls so it no longer waits for the cell to be visible before loading.
This request was posted previously by another user who I fear is no longer a regular user:
Posted by Shizam - 2 Years Ago
"The ability to specify how many rows off the current view you would like pre-loaded. For instance, I extended AQGridView so you could specify that 2 rows of cells should be loaded above and below the visibleBounds, this helps ensure that the cells have all their content loaded by the time they become visible (in case you're loading content via threads or http)."
I hope someone can help.
The text was updated successfully, but these errors were encountered:
Hi, I have used AQGridView to implement a digital magazine layout for a newsstand app.
One feature that I know would be greatly appreciated by many users is the ability to preload the next couple of rows/cells before the user scrolls so it no longer waits for the cell to be visible before loading.
This request was posted previously by another user who I fear is no longer a regular user:
Posted by Shizam - 2 Years Ago
"The ability to specify how many rows off the current view you would like pre-loaded. For instance, I extended AQGridView so you could specify that 2 rows of cells should be loaded above and below the visibleBounds, this helps ensure that the cells have all their content loaded by the time they become visible (in case you're loading content via threads or http)."
I hope someone can help.
The text was updated successfully, but these errors were encountered: