TTMSFNCGrid: dynamical row height

Hello,

I uploaded 2 screenshots so as to understand better my problem.
Grid01.jpg shows the actual data with varied length text:
Grid01

Grid02.jpg shows that the same data is truncated in the original width of the column.
Grid02

The scenario is simplified because in the original program there are many columns.
This is an Android application so the space is limited and I cannot make the width of the column wider, the only option is to make the cells' size as big as they should be.

For example the height of "Everyting is OK" cell should be smaller than the others, accordingly.

How can I do this? I know that there is "RowHeights[Row: Integer]", but how can I calculate the optimal height for each row according to the length of its text?

Thank you!

AutoSizeRows should help you :)

1 Like

Thank you!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.