Hi all,
I am using NGUI 3.0.8f and I am having a problem. I am trying to have a list using ScrollView in my app. This part worked fine except for one tiny problem. Above the scrollView, there is a popup list that is when clicked, the list itself appears behind the scrollview's items. When I tried to play with the depth, I found out that the scrollview only responds to above 0 or below 0 values. Above 0 it goes ontop of everything, below 0 it is behind everything. Is there a way I can have it so that the popup list can be used normally and be layered ontop of the content list?
I am using the popup list as content filtering and the design is quite rigid for now, so any help here is appreciated.