On a Xamarin.Forms label, I see a MinimumWidthRequest, but is there any way to set the maximum width allowed?
I have a StackLayout with horizontal orientation, and would like labels in the layout to have a maximum width of 500px before being truncated. I don't want to just set the WidthRequest to 500px, because shorter labels should be sized to fit without extra space at the end.