I have been using NGUI for only 2 weeks and I am stuck in a problem.
I have a local store (horizontal scroll), working fine, as the user taps on an item, it will be added to a local inventory so that he can use the item whenever needed.
I thought of several methods, and had several obstacles, and now I have all items already present in the Grid, and as the user taps to open the inventory, I check (all selected items) and disable all remaining. (setActive(fasle)).
I don't know if this is the method to go with but sure there must be smarter ways.
But know I face a bigger problem.
The items are enabled, but and repositioning works also but they are out of screen. (check the attached picture)

I did put UIAnchor on the grid, and the grid no longer is scrollable..
This has to be much simpler, I need your help.
Thanks in Advance