How do we measure the minimum height needed for a StackLayout to encompass all of it's children?
I have used stackLayout.Measure(500, 500, MeasureFlags.None).Minimum.Height and it does not take the children into consideration. In this case, the childis an Editor.
Is there another Measure function that I'm not aware of?