Solved Content Browser Like Navigation?

Hi,

Is there a way to have a content browser like navigation where it is just a bunch folders and you just need to click to + and - icon to expand and contract the view?

You can see what I am after here:
https://www.dropbox.com/s/5amd047ow9vb0y8/c4d217_content_browser_layout_navigation.jpg?dl=0

Thank you

Hi @bentraje, thanks for reaching out us.

Please have a look at the TreeViewCustomGUI class and to Adding a icon to a treeview field.

Finally you can get nice hints by searching for TreeView and have a look - although it's a C++ example - to the Layer Shader Browser example.

Best, R

@r_gigante

Thanks for the reference.
For anyone trying to achieve the same,
here is a sample file.
https://www.dropbox.com/sh/z1lzyphp8qnt9kw/AAB2P5gNo16IHafgc6xPEsy4a?dl=0

Thanks again for @zipit for the help.