LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Tree control

Hello

I need to create few attributes in for different items in the tree control.

1. The item (row) unvisible, but the index YES. (Dimmed Option its ok).(like attribute for treecollumn)

2. The item no have any MARK but can be checked or not. (My try's show me, the item that no have any MARK return a mistake value for checked query). 

 

Thank 

Best Regards
Boris
0 Kudos
Message 1 of 2
(2,815 Views)

Boris,

1.) I don't think we can change the visibility on a per item basis in the tree control.  You can dim the entire control, but not the items within.

2.) You can enable/disable the Show_Marks attribute which will allow you to have marked items (programatically) and then choose whether or not to have them visible.

John B.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(2,788 Views)