Author Topic: UITable loading only visible elements  (Read 1470 times)

Oinobareion

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 14
    • View Profile
UITable loading only visible elements
« on: October 18, 2013, 05:05:01 AM »
Hi,

I have a UITable that gets filled dynamically with much content (Prefabs). I am wondering if there is an easy way to implement an intelligent UITable that only loads those list elements that are actually visible to the user. The other elements (that are outside the visible area) are just dummy elements without content. These dummy elements get filled with content as soon as the user scrolls the list.

I have the following:

- UIPanel with SoftClip activated and UIDraggablePanel component

-- UITable that dynamically shows prefabs. This can be 100+ at a time with much content. If everything is loaded at once, the whole thing gets realy slow.

--- the Prefab Instances with UIDragPanelContents

Any ideas how to do that? Thanks for any help!