Is it possible to load items in GridView with vertical orientation? I mean...
Normal situation - 3 columns
Is it possible to change the sequence of data? In your example, change data to [1,3,5,2,4,6, ...] for horizontal orientation, [1,5,2,6,3,7,4,8, ...] for vertical orientation.