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.
I'm using
Tablayout,Viewpager2andSortTableView. TheSortTableViewhas manycolumns, so the length of theSortTableViewexceeds the width of the screen.When I want to
scrollon theSortTableViewto see the part that is not visible (the right side of theSortTableView, sometimes thescrollcauses theTablayoutto move to the nextpage.How can I scroll on the
SortTableViewuntil I see the allcolumnsofSortTableViewwithout move to nextpage?Thanks.