Author Topic: NGUI - Popuplist -- horizontal placement of items  (Read 2124 times)

sangramdange

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
NGUI - Popuplist -- horizontal placement of items
« on: June 14, 2014, 02:35:28 AM »
hello

can i do a horizontal pop list  instead of vertical popup, i am designing an interface when i click the button , the pop up list items should be placed  horizontally .

---sangram

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI - Popuplist -- horizontal placement of items
« Reply #1 on: June 15, 2014, 05:08:20 AM »
You would need to create your own custom popup class for that. Use the existing one's code as an example.