Hi,
I have used Xamarin Forms Picker in a form, which is currently being used in both IOS and Android.
However in iOS if the selected text is too large for the given width, by default the value will be truncated and trailing dots will be added.
However in android that is not happening, the value will be shown in two lines,and it is very hard to read.
How could I achieve the same functionality in Android as well...