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

how to set scrollbar always shown? #222

Open cipcipp opened 5 years ago

cipcipp commented 5 years ago

Hello there, i know in recyclerView's xml there is a tag called: android:fadeScrollbars="". If this tag written with value= 'false' , then the correspond scrollbar is always shown.

Then for tableView, i have tried using this tag inside com.evrencoscun.tableview.Tableview but it does not work.

How do i acomplish this? thanks..