How Can I Get an Index of Tree Control Item?

Updated May 21, 2024

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.