Hi, I have a problem with ScrollChanged event, i have this code in my program for to see that value "Position" change when scrolling it and event not changed. Anyone know why?
Thanks.
B4X:
Sub ScrollView1_ScrollChanged(Position As Int)
Label7.Text = Position
End Sub
Thanks.