Text Wrapping With Android & TextView
Nathan Sokalski
4,111
Reputation points
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
5,380 questions
Sign in to answer