You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: