Open lsh-silpion opened 4 years ago
Im not sure if the necessary functionality required for it is available in the StaggeredGridLayoutManager
api. Though it would be worth a check.
Im not sure if the necessary functionality required for it is available in the
StaggeredGridLayoutManager
api. Though it would be worth a check.
Thanks for considering this! For now I use https://github.com/myinnos/AlphabetIndex-Fast-Scroll-RecyclerView which supports this feature for StaggeredGridLayoutManager
.
While I think this is a great library, it sadly seems only to support
androidx.recyclerview.widget.LinearLayoutManager
. Because our customer insists on a Layout which can only be produced byandroidx.recyclerview.widget.StaggeredGridLayoutManager
we sadly can't use this