Hello,
I have problem with vertically alignment of image in table. I have a simple table of data with a few columns with text field and one column with image. Everything works fine until the column height is not increased when the text is to big for the column. My sinle row in table has default 32px of height, so when the text in one of all columns is to big then I increase the height of rows by use property in textfield textAdjust=StretchHeight. When the height is increased then the image is aligned to top even if I have set the property to vAlign=Middle.
How can I solve it?