Author Topic: UITable and scrollable panel inside  (Read 2964 times)

drawmaster77

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 21
    • View Profile
UITable and scrollable panel inside
« on: January 16, 2014, 07:58:48 AM »
I am trying to use scrollable panel within UITable. However it does not reposition properly (it includes clipped space).


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UITable and scrollable panel inside
« Reply #1 on: January 16, 2014, 11:49:56 PM »
You can't have scroll views inside scroll views in NGUI.

drawmaster77

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 21
    • View Profile
Re: UITable and scrollable panel inside
« Reply #2 on: January 16, 2014, 11:59:13 PM »
I actually got it to work by replacing UITable with UIGrid. I dont know if that would cause more problems later, but so far it seems to be working ok.

edit: never mind the clipping doesn't work :(
« Last Edit: January 17, 2014, 12:28:43 AM by drawmaster77 »