alirezahassan Active Member Licensed User Jul 4, 2021 #1 hi, i want to scroll to Horizontal of tabelview we have this code right now and just scrolling to vertical B4X: TBL_Main.ScrollTo(0) what should i do?
hi, i want to scroll to Horizontal of tabelview we have this code right now and just scrolling to vertical B4X: TBL_Main.ScrollTo(0) what should i do?
EnriqueGonzalez Expert Licensed User Longtime User Jul 4, 2021 #2 that will be. B4X: TBL_Main.as(javaobject).runmethod("scrollToColumnIndex",array(1)) Upvote 0