Hello, looks like I have some problems with the UIScrollView (and maybe with the UIGrid component too):
- The list gets created with a big empty space on top, but if I click on the scrollbar, the list fits correctly. UIGrid Pivot is already set to TopLeft.
- I selected Alphabetical sorting, but the items are placed kinda randomly. In the scene Hierarchy, instead, they are sorted correctly.
- All the items seem to have an offset of 1 pixel to the right.
- I can't find a way to have hard clipping, there is always at least 1 pixel of alpha clipping.
- The scrollwheel isn't scrolling the list.

This is the hierarchy of the objects:
-ListPositions (just a container)
--Grid_PositionsList (UIPanel, UIGrid, UIScrollView)
---Item1 (UIDragScrollView, BoxCollider)
---Item2 (UIDragScrollView, BoxCollider)
---Item3 (UIDragScrollView, BoxCollider)
...and so on until Item12.
I updated NGUI just today and already set up the new parameters like the UIGrid Pivot, but I don't understand why it's not working as it should. I started having problems with ScrollViews from version 3.
Thanks for the help!