I have a Button on which the text is set dynamically. I would like the text to be word-wrapped on the Button and for the Button to expand vertically to be large enough to show all of the text without any clipping. Could anybody advise please on how this could be done using Xamarin.Forms to work across iOS, Android and Windows Phone? Ideally, I would like the text on each line to be centered within the horizontal space of the Button.
Many thanks,
John H.