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 454 forks source link

Feature Request: Smooth Scroll to a column or a row #341

Open ashish-d-hh opened 3 years ago

ashish-d-hh commented 3 years ago

Hi Thanks for this great library.

Is it possible to have a smooth scroll to a column or a row.

tableview.scrollToColumnPosition works, but having a smooth scroll would be awesome.

@evrencoskun