Hi, I was wondering how to center things in a StackLayout. I can set the orientation to StackOrientation.Vertical and set the VerticalOptions to LayoutOptions.Center, but the items are only centered horizontally at the top of the screen. How do I have a stack that expands starting in the middle of the device's screen, so that I don't have to hard-code numbers for the padding?
↧