syncfusion / essential-ui-kit-for-xamarin.forms

Free and beautiful XAML template pages for Xamarin.Forms apps.
MIT License
1.05k stars 309 forks source link

Borderless Entry Multiline #56

Closed luis-cortina closed 4 years ago

luis-cortina commented 4 years ago

Hi:

Any chance that you have designed an Entry with multiple lines and Word Wrap?

YuvarajPalanisamy commented 4 years ago

Hi Luis Cortina,

Greetings from Syncfusion.

We have analyzed your query and we have achieved your requirement “Entry with multiple lines and Word Wrap” by using our BorderlessEditor control instead of BorderlessEntry. Also, we have prepared the sample for your reference. Please find the sample from the below link.

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SimpleLoginTemplate-703710644

For more information, https://github.com/syncfusion/essential-ui-kit-for-xamarin.forms/blob/master/EssentialUIKit.Android/Renderers/BorderlessEditorRenderer.cs

Regards, Yuvaraj

luis-cortina commented 4 years ago

Thanks!!!