cancel
Showing results for 
Search instead for 
Did you mean: 

Tree: Format Text-Property (column-look)

Former Member
0 Kudos

Hello everybody,

I am using a tree UI element (Not TreeByNestingTableColumn)

In the text-property I have to display different data.

example:

- name

- street

- city

<u>at the moment it looks like this:</u><u>example</u>

thefirstname firststreet firstcity

thesecondname thesecondstreet thesecondcity

anothername anotherstreet anothercity

<u>But it has to look like this, the data should be displayed like it would be in seperate columns:</u>

thefirstname____firststreet_______firstcity

thesecondname_thesecondstreet_thesecondcity

anothername___anotherstreet____anothercity

(Difficult to display, because these is not a proportional fond; I used in this example the "_" instead of " ".)

My attempt with "\t" did not work. It is also not possible to fill with blanks, because the fond is not proportional.

Thanks a lot, Mario

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I see no way to achieve this with a Tree but you can use a Table with TreeByNestingTableColumn.

You might read the excellent weblogs by Valery Silaev on this topic.

Armin