How to set ContentPage orientation in Xamarin.Forms
问题 I'm using Xamarin.Forms to create a cross platform application, all of my ContentPages are situated within the PCL . I'm looking for a way to set and lock the orientation of a single ContentPage to Landscape , preferably without having to create another activity in each of the platform specific projects. Since my ContentPage.Content is set to a ScrollView , I've tried setting the ScrollOrientation to Horizontal , however this did not work. I've also tried using a RelativeLayout , but I can't