renderOptions
Render options, including asynchronous and delayed rendering.
renderOptions?: UIListView.RenderOptions;
Notes
- These options can be used for staggered rendering, or to avoid blocking other parts of the UI while rendering lists with many items all in one go.
Related
class UIListView
A view wrapper that manages nested views for each item in a list.
