what's the best way to add text to a cell that may or may not fit in the cell? I'd like to be able to determine if the text fits completely in the cell and, if it doesn't fit, truncate it and store the overflow for inclusion in an overflow page. I was hoping there was a simple way to do this rather than counting up the size of each letter in the text message. The cell has a fixed height (cell.setFixedHeight())
 
thank you all in advance,
-Jake

Reply via email to