Android Question klaus [Class] Flexible Table

spiroskaras

Member
Licensed User
Longtime User
hello,
in previous versions of [Class] Flexible Table there was the ability if text of a cell was too long to wrap text.
is there any way to active this ?
 

klaus

Expert
Licensed User
Longtime User
This is still available with the code below:
Table1.SingleLine = False
Be aware that it sets all cells to multi line.
The other option is to use AutomaticWidth, the column widths are calculated according to the longest text in each column.
 
Upvote 0
Top