After a long work with this problem, I decided to change my tactics. At least in my solution, I changed the internal GridView to just be an ItemsControl control. This way I can handle all the clicks / clicks, but still let the scrollbar work as expected.
Of course, this solution is not for everyone, because sometimes you need all the material for selection. But for me it worked, since I only need the click / tap element.
Hope this helps
source
share