Hi! I’m having problems customizing a TreeView. I have a tree that contains two kinds of nodes: nodes that have children and nodes that don’t have children (leafs). I want to display only the nodes that are not leafs in the tree view. I’m having also a ListView where I’m displaying the content of the selected node. It’s something similar with the Explorer. In the TreeView you have only the folders and in the ListView you have the folders and the files. How can I do that?