D DIYRicey Member Licensed User Longtime User Today at 1:10 PM #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Today at 2:33 PM #2 Yes. CLV = SV + additional features. CLV.sv returns the internal scroll view. B4X: lstMessage.sv.ScrollViewOffsetY = 20dip Upvote 0
Yes. CLV = SV + additional features. CLV.sv returns the internal scroll view. B4X: lstMessage.sv.ScrollViewOffsetY = 20dip
D DIYRicey Member Licensed User Longtime User Today at 3:58 PM #3 Thanks so much. Just the information I was after. Upvote 0