0

If I make mother invisible. then child is also invisible..

I want to filter independant of the structure in the tree.. just show certain nodetypes?

So I want to show by filter children but not mother. It seems that if mother is invisible.. then children is by force invisible!

Any ideas to filter so?

maths
  • 13
  • 3
  • 2
    It looks like what you are trying to present is not suitable for a Treeview in the first place. – Uwe Raabe Oct 19 '21 at 15:22
  • Please provide enough code so others can better understand or reproduce the problem. – Community Oct 19 '21 at 15:50
  • You can do this using a recursive function that copies records from the source (unfiltered) dataset to the presentation (filtered) dataset based on any filter criteria you code for. – Freddie Bell Oct 19 '21 at 17:10
  • Thanks.. I asked for a feature in Tree.. but as Uwe comment.. its against the nature of a tree. I was looking for a feature developed in Treeview/ thanks. – maths Oct 20 '21 at 16:44

0 Answers0