Hi
I have setup the following for menu, which uses buttons for navigating pages, i cant place them inside the scrollview as i need them to visible on all pages. I have a weird issue where if i change the UIScrollview depth to 1. The left and right buttons are no longer clickable. If i change this back to 0, then i can click them. Any ideas why?
UIRoot (depth = 0)
- Button Right (depth = 2)
- Button Left (depth = 2)
- UIScrollView (With UI Panel of Depth = 1)
- Grid