evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

scrollToRowPosition #267

Closed csbz17027 closed 4 years ago

csbz17027 commented 4 years ago

Hi, I'm in trouble when use the method of "scrollToRowPosition" like this: WechatIMG404 I want to scroll 9:00(the index is 12),the right index of cellRecyclerView in the top but the right index of rowHeaderRecyclerView in the bottom.

evrencoskun commented 4 years ago

Hi @csbz17027,

Sorry but, I didn't get your problem. BTW, your TableView looks pretty cool :)

csbz17027 commented 4 years ago

@evrencoskun Thanks for your reply. I have found the cause of the problem. Beacause I setMargin with mRowHeaderRecyclerView. Finally,thanks a lot for this library :)