Author Topic: UIPanel in UIScrollView  (Read 3667 times)

elvess

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 44
    • View Profile
UIPanel in UIScrollView
« on: April 04, 2014, 04:33:47 AM »
Hello. I have UIScrollView with specific size. Inside I have parent object with UIDragScrollView on it. Inside this parent I have a lot of sprites. Everything works fine. But I need to put UIPanel on parent object. When I do it, all sprites inside stops cliping when drag outside of UIScrollView panel. Is it possible to make it clip with UIPanel?

Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UIPanel in UIScrollView
« Reply #1 on: April 04, 2014, 09:15:50 PM »
You can't nest panels in 3.5.5 or earlier. You can nest clipped panels in 3.5.6.
« Last Edit: April 04, 2014, 10:16:08 PM by ArenMook »