Hello, I am searching for a way to make a 2 dimensional scroll view to pan and scroll through a canvas component larger than the screen size in both dimensions.
I have tried using a vertical scroll arrangement and a horizontal scroll arrangement stacked as the parent to the canvas, but it will only scroll in one direction at a time. I want it so that diagonal scroll is supported as well.
Thanks!