Hello,
I have a webdatatree with checkbox.
for each node, I want to display an image +text.
But I want the text to be on 2 lines. Is it possible ?
I tried with text property = html table with 2 lines, but the 2 lines are drawed bottom the checkbox+image.
I tried with text = line1 + "</BR>"+ line2. But the second line is drawed on bottom. (line1 is a right of image, it's what I want).
version 10.3
Thx
Hello dufour01,
You can achieve this like use Templates. Then you will be able put the html table in the template. Please see this Sample
Let me know if you need further assistance