Author Topic: How can we create Stranded Menu UI? Like View >> Sort By >> Name (/n) Date  (Read 2051 times)

satish

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 5
    • View Profile
Hello Everyone,

I'm trying to create menu UI like attached.

But i haven't idea to "how to create sub child's of option ". in this case like "Sort By" UI.

Thanks for any guidance.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
The popup list that comes with NGUI only supports one level. If you want more than one, you can either close the current popup and open another, or modify the script to support multiple popups.