Our company recently decided to use nGUI on our current project. Things have been going smoothly, up until today. I have spent more time than I care to admit on this issue, so I hope you can help.
I am trying to set up a scrollable list. I have a panel with a clip area defined (the type of clip makes no difference) and a UIDraggablePanel script attached to it. This panel has a child object with a UITable script attached to it. This UITable object has several test child objects attached. Each one of the test objects has a collider and other child objects that are supposed to display text.
Now, to the problem. While scrolling (either with the mouse wheel or by dragging) the items will all show up (even outside of the clip area) and then the one outside the clip area will disappear, unless I scroll too far down and then everything disappears. I can see the outlines of all of the objects in the Scene view, but they are hidden in the Game view.
I have gone over Example 7 repeatedly, but I have everything laid out the same as the example, so I have no idea what the issue might be.
nGUI version: 2.0.8
Screenshot attached (pink outline denotes where the clip area is)
Any ideas?