Author Topic: Scrolling list with selected item  (Read 3551 times)

Alex_A

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 7
  • Unity/NGUI newbie
    • View Profile
Scrolling list with selected item
« on: March 18, 2014, 02:07:31 AM »
I need a scrolling list with the ability to arbitrarily select a row.
Can anyone suggest how to implement it using NGUI? Is there any solution?

Here is an example:
C++ dev. Now unity3D/NGUI newb  :)

kitgui

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 26
    • View Profile
Re: Scrolling list with selected item
« Reply #1 on: March 18, 2014, 03:38:31 AM »
Try a vertical scrollview with nested buttons.

If you look in NGUI sample scenes, you'll find how to do it