Is there a way to add hover thumbnails to each item in a treeview?
























Thanks in advance.
回答:
HI divided
I suggest you try the following way, Hope this helps
change your code:
TreeNode tn = new TreeNode(de.Name, de.FullName);
rootNode.ChildNodes.Add(tn);
to the following code:







动态生成tree时,要做到服务端代码和客户端代码的协同,内嵌式的HTML标记是不错的选择