Click here to Skip to main content
15,881,516 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi all,

Hi, I'm implementing the treeview control and I need to know if I can just add a tooltip to treenode checkbox, also need know if you can change the position of the checkbox to the right of the legend of the node.
I appreciate any help.
Thanks in avanced,

Daniel.
Posted
Updated 17-Jul-14 8:54am
v4

Answering your question...
1. Yes, you can add a tooltip inside treenode (only to your checkbox).
2. Yes, you can change the position of the checkbox legend.
 
Share this answer
 
Thanks for the post, Christian.
my question is how I do, I tried the following trick:

treenodeMovil.Text = "<acronym Title='Seleccione casilla para Actualizar'>" + fila1["patente"].ToString() + "</acronym>" +"<img src='/imagenes/verde.png' alt='' style='order-width:0;' title='Disponible'>";


but with this option,three things happen:
1. checkbox should appear in the position of the image and the image in the checkbox.
how do I change the positions of the image and the checkbox?.

2. I am not using ImageUrl treenode property .

3. Tooltip appears when I have the mause on the node text and ideally show the tooltip on checkbox.


how I can solve it?
 
Share this answer
 
v5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900