One of my forms started crashing after Xamarin.Forms update (I haven’t investigated which update broke this code) Can you spot what’s wrong with this code (simplified)?
This results in this following error box which was driving me crazy:
Well, turns out that the “VerticalOptions=”End” is the code part that has been crashing the page all this time. I know this is not good coding (not to have some kind of layout on the ContentPage – but why does this crash? I don’t understand but note-to-self about this error message for the future.