TreeView Images Alignment
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm trying to customize the rendering of the TreeView server control. The default rendering of the parent TreeNodes is as follows: - If the node is collapsed, an image containing a plus sign is shown left to the text of the node. - If the node is expanded, an image containing a minus sign is shown left to the text of the node. The default rendering of the parent nodes also makes the collapse/expand images of each node vertically aligned to the middle of the node text. What I need to do is to make it aligned to the top of the text. Can someone help me. Regards, Ahmed