Android Question Jump/scroll to position in CustomListView

DIYRicey

Member
Licensed User
Longtime User
I would like to be able to jump or scroll with pixel precision when using a CustomListView like I can with a ScrollView. Is this possible?

Many thanks for any advice.

Martin
 
Solution
Yes. CLV = SV + additional features.

CLV.sv returns the internal scroll view.
B4X:
lstMessage.sv.ScrollViewOffsetY = 20dip
Top