Alberto Michelis Well-Known Member Licensed User Longtime User Aug 12, 2015 #1 Hi, I have an activity with a canvas and a listview I first fill the list and then draw the canvas Problem is the screen allways appears scrolled down, see image 1 How can I scroll to top to get image 2? Thanks Attachments 2015-08-12-13-50-52[1].png 156.2 KB · Views: 167 2015-08-12-13-51-01[1].png 192 KB · Views: 152
Hi, I have an activity with a canvas and a listview I first fill the list and then draw the canvas Problem is the screen allways appears scrolled down, see image 1 How can I scroll to top to get image 2? Thanks
Alberto Michelis Well-Known Member Licensed User Longtime User Aug 12, 2015 #2 SOLVED: scv.ScrollPosition=0 Upvote 0