If I have a horizontal UIGrid with multiple rows, and the sorting is on none, it works as expected with the exception of I cannot insert things into the middle of the grid, they slide to the end. This makes sense. If I use horizontal sorting, it works fine until you hit the 2nd row. In this case it checks the horizontal position of things in the top row and the bottom row without considering their y position. Do I need a custom sort function here based on x and y or am I missing something?
Thanks!