Text Wrapping in Native Application

0
I’ve added listview in native mobile application with table format which includes 5 columns in it. As we do not have table structure for the native application so added layout grid for the same.    However, all the text which I’ve added using real-time data are getting wrapped and not looking good, Is there any way where we can off the text wrapping or some kind of expression for the same. 
asked
2 answers
0

I think you may be using flexbox with flexwrap = wrap here. In that case, wrapping of short strings will look good, but long strings will cause strange cutoff points. Best way is to use a container around each text element and the text should immediately get its own line.

answered
0

Hi Ashishkumar,

 

Have a look to this post, i hope it can help you:

https://forum.mendix.com/link/questions/98135

 

Kind regards,

Alex.

answered