Is it possible to override GridLayoutManager to be able to use it in both directions (vertical and horizontal) at once? (User can scroll horizontally and vertically at the same time)
Asked
Active
Viewed 841 times
1 Answers
1
No.
But you can implement a custom LayoutManager
yourself.
And you're in a bit of luck because this tutorial (you will need to follow all three steps) basically creates exactly what you need.

Bartek Lipinski
- 30,698
- 10
- 94
- 132