To use entries with no borders in Xamarin.Forms you need to create a custom element. Luckily this is done pretty quickly with two damn simple custom renderers and I’ll show you how to do it!
Create a new entry control
Because we do not want that every entry in our application will be borderless we need to create a new entry control.… Continue Reading