displaying images in tooltip for tree nodes
-
Hi, I am using the treeview control to display a tree. I'd like to be able to display images and an html table in the tool tip of each node, customised to each node. I understand I could do this using Javascript to create floating elements, but 'am hoping to find an easier solution with .net. I appreciate any info provided regarding this. Thanks in advance. -Shefali
-
Hi, I am using the treeview control to display a tree. I'd like to be able to display images and an html table in the tool tip of each node, customised to each node. I understand I could do this using Javascript to create floating elements, but 'am hoping to find an easier solution with .net. I appreciate any info provided regarding this. Thanks in advance. -Shefali
The easiest is using Javascript as you mentioned.
only two letters away from being an asset
-
Hi, I am using the treeview control to display a tree. I'd like to be able to display images and an html table in the tool tip of each node, customised to each node. I understand I could do this using Javascript to create floating elements, but 'am hoping to find an easier solution with .net. I appreciate any info provided regarding this. Thanks in advance. -Shefali
This can make your job a bit easy: http://ashishware.com/Tooltip.shtml Its a
based object oriented javascript tooltip. It supports some basic animation and adjustable opacity. Check out the examples. Hope it makes things bit easier for you! Regards, Ashish