When I use my own line images for customizing the look and feel of the treeview control, there appears to be a rendering problem in the table row that creates the "I" line. The Lminus, Lplus, R etc line rows all gets rendered without a problem, but for some reason the "I" line gets rendered inside a div tag as follows:
<td>
<div style="width: 80px; height: 1px;">
<img alt="" src="../../../Public/TreeLineImages/i.gif"/>
</div>
</td>
This seems to overlap with the row containing the "I" below. I used firebug to remove the style of the div and the problem is sorted, so it is definitely the problem.
I cannot show illustration because i am a new user.
Does anyone know of some kind of workaround to fix this problem? Is this really a treeview bug?