Vertically alignment of image in table column

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?

MattFLying's picture
Joined: Mar 12 2020 - 2:34am
Last seen: 3 years 2 months ago

1 Answer:

Add stretchType="RelativeToBandHeight" to your image. The height of the image element will be stretched bases on the height of the row.

I am Leo's picture
2449
Joined: Jan 3 2020 - 3:13am
Last seen: 11 months 1 week ago
Feedback