I set up the following GridPrint: new GridPrint("d,d,d", print). The first 2 columns contain 1 or 2 words in each of their cells. The 3rd column contains a sentence or 2. I like the way the grid columns get sized (ie. the first 2 small and the 3rd gets the most space), but I don't like that if there is one word in the 1st or 2nd column that is too long for its cell, it wraps the word, forcing the remaining letters to the next line. How do I force the cell to not wrap the contents in middle of the word? I tried using the PREFERRED setting, but that doesn't help...
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I set up the following GridPrint: new GridPrint("d,d,d", print). The first 2 columns contain 1 or 2 words in each of their cells. The 3rd column contains a sentence or 2. I like the way the grid columns get sized (ie. the first 2 small and the 3rd gets the most space), but I don't like that if there is one word in the 1st or 2nd column that is too long for its cell, it wraps the word, forcing the remaining letters to the next line. How do I force the cell to not wrap the contents in middle of the word? I tried using the PREFERRED setting, but that doesn't help...
Thanks.
Could you provide a standalone snippet that demonstrates the problem?