Is there a way to set a border radius on an Entry in Xamarin's XAML, or by using a custom renderer or something ?
Everything I've tried up to now has no effect, but for my application it would be really better if I had round borders.
Thank you in advance for your answer !
PS : I've checked this post but I've not found my answer there :)
I think you can use a grid with 1 row and 1 column Inside the grid you can add your Entry and, for example, this control, in the same (the only) cell. You should have an Entry with rounded corners...
This is another useful control (XFShape). Create shapes content views from shared code for your mobile apps! For Android and iOS.