Text Wrapping With Android & TextView

Nathan Sokalski 4,111 Reputation points
2020-11-28T23:48:14.61+00:00

Being able to control whether or not text wraps to the next line seems like it should be a pretty standard thing to include with text controls, but I have been unable to find a good way to do it in Android. In Xamarin.Forms I could use the LineBreakMode property of a Label, but the TextView control of Android does not seem to have a property for this. Why would this feature not be included with TextView, and what is the best workaround? I need to use native controls because of CustomRenderers. Thanks.

Developer technologies .NET Xamarin
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.