aeric Expert Licensed User Longtime User Jul 5, 2018 #1 May I know how can I disable overscroll in xCustomlistview so the end indicators not showing when I scroll to top or bottom (for vertical) and leftmost or rightmost (for horizontal)?
May I know how can I disable overscroll in xCustomlistview so the end indicators not showing when I scroll to top or bottom (for vertical) and leftmost or rightmost (for horizontal)?
Erel B4X founder Staff member Licensed User Longtime User Jul 6, 2018 #2 B4X: Dim jo As JavaObject = clv1.sv jo.RunMethod("setOverScrollMode", Array(2)) Upvote 0