B
Buddy Robbins
I'm trying to use the treeview control, and I would like to format the node
text to display more than one piece of data.
Currently, I'm setting the text to something like:
<table>
<tr>
<td width='100px'>Task: MyTask</td>
<td width='100px'>Budget: $500</td>
<td width='100px'>Remaining: $25</td>
</tr>
</table>
The formatting looks good, however if I turn on the checkboxes, it looks
like the checkbox is on one line and the table is put on another line.
I started messing with all sorts of combinations of column widths, but could
never get the checkbox to go on the same line.
Has anyone encountered this or knows how to get around it?
Thanks in advance,
Buddy Robbins
text to display more than one piece of data.
Currently, I'm setting the text to something like:
<table>
<tr>
<td width='100px'>Task: MyTask</td>
<td width='100px'>Budget: $500</td>
<td width='100px'>Remaining: $25</td>
</tr>
</table>
The formatting looks good, however if I turn on the checkboxes, it looks
like the checkbox is on one line and the table is put on another line.
I started messing with all sorts of combinations of column widths, but could
never get the checkbox to go on the same line.
Has anyone encountered this or knows how to get around it?
Thanks in advance,
Buddy Robbins