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?
I'm using
Tablayout
,Viewpager2
andSortTableView
. TheSortTableView
has manycolumns
, so the length of theSortTableView
exceeds the width of the screen.When I want to
scroll
on theSortTableView
to see the part that is not visible (the right side of theSortTableView
, sometimes thescroll
causes theTablayout
to move to the nextpage
.How can I scroll on the
SortTableView
until I see the allcolumns
ofSortTableView
without move to nextpage
?Thanks.