Author Topic: Virtual Layout for ScrollPanel  (Read 2936 times)

broken

  • Full Member
  • ***
  • Thank You
  • -Given: 1
  • -Receive: 4
  • Posts: 140
    • View Profile
Virtual Layout for ScrollPanel
« on: July 07, 2014, 12:58:27 AM »
Hi!
Long time since I was not here :)
it would be great if ngui would have a VirtualLayout functional:
https://www.youtube.com/watch?v=cMk7ZR_mw8E
Useful for ScrollPanel with lot of items.
How do you think?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Virtual Layout for ScrollPanel
« Reply #1 on: July 07, 2014, 04:08:40 AM »
That would be UIWrapContent in NGUI. Check out Example 14.

broken

  • Full Member
  • ***
  • Thank You
  • -Given: 1
  • -Receive: 4
  • Posts: 140
    • View Profile
Re: Virtual Layout for ScrollPanel
« Reply #2 on: July 07, 2014, 05:13:44 AM »
Ok! Thanks!
I hope it works fine with scrollbars and without items recycling (i.e. 0...9 instead 0-1...9-0-1...)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Virtual Layout for ScrollPanel
« Reply #3 on: July 08, 2014, 07:29:00 AM »
Scroll bars -- nope, but would be a good feature to add. Limiting range -- yes, but currently in the Pro version, scheduled to go out in the next update.