How to set a maximum width of a layout/view in xamarin forms
I figured it out, the `WidthRequest" will try to get the requested width, if not it will take the width available by the parent item. So basically, we do not need a maximum width property.
You can use WidthRequest and HeightRequest or LayoutOptions(HorizontalOptions and VerticalOptions) for better positioning of views inside Layout