Notifications
Clear all
0
October 11, 2022 9:35 pm
Topic starter
How to calculate the row height based on the cell text. Lets suppose i have a big sentence to show in the cell. i need to automatically set the height of the row based on that text even if some one changes the column width.
1 Answer
0
October 11, 2022 10:46 pm
You can call
me.rowHeight(row) = cellTextHeight(row,column)