SortableTableView
SortableTableView copied to clipboard
SortTableView scroll problem
I'm using Tablayout
, Viewpager2
and SortTableView
. The SortTableView
has many columns
, so the length of the SortTableView
exceeds the width of the screen.
When I want to scroll
on the SortTableView
to see the part that is not visible (the right side of the SortTableView
, sometimes the scroll
causes the Tablayout
to move to the next page
.
How can I scroll on the SortTableView
until I see the all columns
of SortTableView
without move to next page
?
Thanks.