tsteward Well-Known Member Licensed User Longtime User Oct 14, 2021 #1 I have a one cell horizontal CLV showing a bottom menu. Is it possible to programmatically scroll by say 40 pixels?
I have a one cell horizontal CLV showing a bottom menu. Is it possible to programmatically scroll by say 40 pixels?
Erel B4X founder Staff member Licensed User Longtime User Oct 15, 2021 #2 B4X: clv.sv.ScrollViewOffsetX = clv.sv.ScrollViewOffsetX + 40dip Upvote 0