Hi All,
I have been wracking my brains out for a couple of days trying to figure this out. I have two separate cells, each in their own tables, which I need to match the height. Both of the cells are Multiline cells that Expand to fit. I know I cannot use the TextField1.h = Textfield2.h since the true value is set to 0 but there has got to be another way. I have considered counting the carriage returns in one then add the same number to the other but when the words wrap; they do not create a carriage return. I have also considered counting the number of lines in one cell and adding the same number of carriage returns to the other but I cannot find a way to get the number of lines.
Has anybody ever tried doing something similar? I am afraid that I will not have any hair left by the end of this weekend.