I've been trying to center the text of my picker with no luck. I have a renderer to set things like text color and font size, but when I use the Control.TextAlignment = Android.Views.TextAlignment.ViewStart for android or Control.TextAlignment = UIKit.UITextAlignment.Center;, nothing happens at all. Neither the Title text nor the chosen list item is centered on the screen. In my PCL, the Picker is set to CenterAndExpand HorizontalOptions (CenterAndExpand and Center both seem to do the same thing), but all text is still left aligned. Is there anything I can do to set the Picker's text to center on screen? Thanks!
↧