I'm trying to create a ContentPage that will be used as a menu within the app. I'd like it to be 2/3 of the width of the screen. I've tried setting the WidthRequested value on the ContentPage within the constructor but this doesn't seem to be providing the desired effect.
What am I missing here?
Thanx!