Forum Discussion

katven's avatar
katven
New Contributor
10 years ago

Simplified WPF Object Tree

We have some objects that aren't available if we use simplified WPF Object Tree. I understand it's purpose.

Is it possible to see specific objects in the object tree that usually vanish if we select "Simplified WPF Object Tree" ? 

I tried adding those classes in the composite objects list, but still no luck. Any other alternate? 

 

Thanks in advance. 

3 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi,

     

    Just an idea: what if you try to search for these objects using .FindChild() method?

    • jonan's avatar
      jonan
      Occasional Contributor

      Hi AlexKaras, I tried to check the child items and still I can't access these "hidden" objects if I use simplified WPF Tree. Is there any other way to make an exception for certain classes not to be hidden by simplified WPF Tree?