height of labels in tableview

Hi,

I set te text of a field in table view to multiline text.
But then the height of the lables is to small to show both textlines correctly.

Can I adjust the height of the lables in tableview?

Regards,

what do you mean with height of the labels? do you mean the row itself?

Yes i mean the row in which the labels are displayed.

See attached screenshot.
I want to increase the height of the bar in which the labels are shown.

  Reeds
Geleverd

Regards,

infolab.pdf (278 KB)

Hi Hans,

how do you create the column labels as table header? Do you place the labels above the fields on the form?
If not you should do it! And if you then format the lable text by html it is doing what you want. This is working in my solutions (6.0.3).
See also Victor’s topic here: http://forum.servoy.com/viewtopic.php?f=2&t=14978

Regards

Thanks, that works,

but the labels now do not appear on top of the column they belong to , or stay there if You resize the column width in smart client.

Regards,

Hans Nieuwenhuis:
but the labels now do not appear on top of the column they belong to , or stay there if You resize the column width in smart client.

Hans,

think about to set the property ‘labelFor’ of the headerlabel to the field/label it belongs! If you don’t do that, the labels cannot appear to their columns.

Regards

I also had created a header part, should not have done that.
Now it works like I wanted to,

Thanks