I have programmatically created a Scrollvew object called Scrollview1 in Sub Globals (Dim ScrollView1 As ScrollView). It is later initialized and a layout is loaded into it. I created an additional Sub called ScrollView1_ScrollChanged(Position As Int) at the very bottom. When I set a breakpoint in this function and load the debugger, the function never gets called when I use my finger to scroll the scrollview on my Android device.
What am I doing wrong? Thanks.
--
What am I doing wrong? Thanks.
--