Tree View component question

I would like to use a Tree View component with an extra column like the tree in the Tag Browser panel holding some setpoints but can’t figure out how to do this.
Can anyone point me in the right direction?

Please?

Pretty sure you’ll need a new treeview control in an SDK module.

The actual component in the designer is a TreeTablePanel, which only exists in the Designer scope, so it won’t be much use to you, even in a custom module.

You might have access to the jide grids TreeTable in common Vision scope. You will need a custom module to take advantage of it.