TableView
TableView copied to clipboard
synchronize scroll vertically and horizontally
How can I implement synchronize scroll vertically and horizontally?
Like this https://github.com/Cleveroad/AdaptiveTableLayout/blob/master/images/demo.gif
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.