LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tree control tip strip for each item

In tree control is possible set a Tip strip for each item (node) of tree?

In tree control  tipStrip property seems relative to all tree.

 

Thanks all.

0 Kudos
Message 1 of 2
(2,196 Views)

The only thing I can think of is to use an event structure

  • use a mouse move event
  • Get Cords
  • Calculate what item the mouse is over
  • Use a Tips property node to write the correct string.

The hard part will be calculating what item the mouse is over, The Displayed Items property node should help.

I am actively working on a program that is centered around a tree control and might like to do the same.

If you need further help reply back 

Omar
0 Kudos
Message 2 of 2
(2,191 Views)