TreeListView Component

Hi All,

im searching for a “TreeListView”, i know something like this from a long time ago :slight_smile:
https://www.codeproject.com/Articles/3225/TreeListView

Also the “Tag Browser” doest what i want to have :wink: (Not Tag browsing) I want to have custom Data in it.
Anyone know if such component is available?

br,
Roland

There is the tree view component that is literally right above the tag browse component.

Vision - Tree View Customizer - Ignition User Manual 8.1 - Ignition Documentation (inductiveautomation.com)

Hi,
thanks for youre answer, but this is not what im searching for.

As you see the TagBrowser in Designer (not the component).

It has Columns and you can edit.
In short a mix of DataTable and Treeview.

br,
Roland

1 Like

We don’t have any such component exposed - the tag browse “tree” is a pretty complicated mess, far from a “pure” component. You would have to use a custom module to introduce a custom Java Swing component.

2 Likes