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