I have been looking for a C# tree control for displaying a file system that has the following capabilities:
- Select a starting directory. I don't always want to start at a "default" top directory level.
- The ability to grab an event when the user double clicks on a file in the tree. I want to handle opening the file within my application.
I have been looking at this C# File Browser. Unfortunately, I have not been able to figure out how to do meet my second need. (If anybody can clear that up for me, I would like that even better.) Thanks for any help.