How Can I Get an Index of Tree Control Item?

Updated Jun 1, 2023

Reported In

Software

  • LabVIEW

Issue Details

I want to get index information of active item of tree control item. How can I programmatically get index information?

Solution

You can obtain index information of selected item in tree control by using Active Item:Tag Property and Active Item:Row Number Property as shown below.

Additional Information

Active Item: Tag Property needs to be written to property select the currently active item.