Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Word wrapping
Is it possible to have the contents of a cell wrap?
Multiline works good but sometimes users will type a singular line that is longer than the width of the cell and they would like it to wrap rather than having to hit enter mid sentence.
I don't see it as an option anywhere but I may be looking for the wrong thing.
Multiline works good but sometimes users will type a singular line that is longer than the width of the cell and they would like it to wrap rather than having to hit enter mid sentence.
I don't see it as an option anywhere but I may be looking for the wrong thing.
Comments
I'm programatically adjusting the row height based on the number of multiline delimiters so the user can always see the entire contents of the cell. Of course, if there's wrapping, then my rowheight will be wrong anyway and I was obviously misinterpreting the ellipsis.
What I should probably be doing is utilising srp_string get_height to have a better crack at an appropriate row height.
unless I've misinterpreted the intent of that?
Works a treat.