ScrollView in Xamarin.Forms does not scroll in both directions.
I could see that, iOS has a UIScrollView which can scroll in both horizontal and vertical directions and similarly the WindowsPhone and WinRT platforms. Expect Android which alone don't have support for scrollView in both directions, Can Xamarin make some changes in the Android ScrollView Renderer and provide support for a ScrollView that could scroll in both Horizontal and vertical directions.
It would me much helpful for developers of Xamarin to have a ScrollView that scrolls in both direction which would reduce a lot of tweeks and hacks in our side. Can Xamarin consider this?