I am an italian student of computer science and i am developping a little wxWdigets project and a tutorial about developing it. I need to make a window's explorer like interface: with a tree of directories in the left and a list of files in the right. I found that i can do the tree on the left with wxGenricDirCtrl. How can i do to build the list on the right? Is there something ready for the purpose, or shall i use xwListCtrl, or what else?