Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to make an Entry have lines?

I am trying to figure out how to make an Entry have multiple lines just like a Label. I would like to make it so that the entry is not scrollable horizontally because of the fact that it will have lines.
enter image description here

I am building the app on android so this is the most accurate picture I can provide. I would like my entry to be like the right one, adjusting to the multitude of the lines.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Entries always have a single line. You’re looking for Editor:

<Editor HeightRequest="250" />

You can also auto-size it to the text:

<Editor AutoSize="TextChanges" />

In the latter case, you must not set the HeightRequest property, though.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading