L
lord.zoltar
Hello,
I have to display some tree nodes like this:
group 1
Event#1
From $startDate
To $endDate
group 2
Event#2
From $startDate
Event #2 details
Some sort of subnode...
Event#3
From $startDate
"Event#1", "Event#2", and "Event#3" are single nodes which I'd like to
display the extra info (start and optional end dates) below. They
could have detail child nodes which could have further sub nodes,
etc...
Currently, I set the Text for the node as "Event#1\nFrom
$startDate...", the \n does not affect the way the node displays in
the TreeView... BUT it DOES affect the tooltips and they format
correctly. The only problem is that the user will have to "scrub"
several events and read the tooltips to find info about start and end
dates. They will not be able to see multiple start/end dates.
Is there any way to get multiple lines of text for a treeview node?
I have to display some tree nodes like this:
group 1
Event#1
From $startDate
To $endDate
group 2
Event#2
From $startDate
Event #2 details
Some sort of subnode...
Event#3
From $startDate
"Event#1", "Event#2", and "Event#3" are single nodes which I'd like to
display the extra info (start and optional end dates) below. They
could have detail child nodes which could have further sub nodes,
etc...
Currently, I set the Text for the node as "Event#1\nFrom
$startDate...", the \n does not affect the way the node displays in
the TreeView... BUT it DOES affect the tooltips and they format
correctly. The only problem is that the user will have to "scrub"
several events and read the tooltips to find info about start and end
dates. They will not be able to see multiple start/end dates.
Is there any way to get multiple lines of text for a treeview node?