Images in Treeview
OK,
I have been playing around with the treeview. I am able to manipulate most of the properties but I am having trouble with the images on the left that make up the treeview.
I have made custom images but my problem is that for the text portion of the treenode, I have created a table with multiple rows to hold information. Obviously, this table is more than one line in height which causes the images to not line up correctly.
If you haven't studied this control, then I will fill you in. When this is rendered, the output for the nodes are tables and divs. The images are nested in div tags which are then placed into table cells. I would like to use CSS to set the image to repeat vertically (for the connector line) but I can't find any property settings for this particular cell.
Other than this, I seem to have been able to correctly style every other portion of the treenode. Any help is appreciated.
J
|