Docs (4.0.0)
class UIContainer property

asyncContentRendering

True if content views should be rendered asynchronously.

asyncContentRendering?: boolean

Notes

  • Setting this property to true should result in smoother updates, especially for containers with many content items. However, for containers with fewer, larger items, content view rendering may be delayed by a few milliseconds which may result in visual artifacts.

Related

  • class UIContainer abstractA base view class that represents a container component with no specific layout or styling.