TableView icon indicating copy to clipboard operation
TableView copied to clipboard

synchronize scroll vertically and horizontally

Open JaydipMeghapara opened this issue 5 years ago • 1 comments

How can I implement synchronize scroll vertically and horizontally?

Like this https://github.com/Cleveroad/AdaptiveTableLayout/blob/master/images/demo.gif

JaydipMeghapara avatar Mar 17 '20 11:03 JaydipMeghapara

Hi @JaydipMeghapara

It's not possible on the current version. TableView uses LinearLayoutManager as a base layout manager for its nested RecyclerViews. And LinearLayoutManager allows scrolling only horizontally or vertically. To get your demand feature, you need to override the existing layout manager of the TableView.

evrencoskun avatar Mar 17 '20 14:03 evrencoskun