Hello,
I am using auto-size on a column in a datawindow and that works well. My problem is when the text wraps around, I want to know either the height of the column or the number of lines it now has. I tried using describe to get the height and I tried using linecount() to get the number of lines but neither works. Describing the Height doesn't give the height after wrapping and linecount() returns -1
What is the trick?
Thank you,
Steven Watkins