Tree View / File View Control for C#

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-03-08T01:48:28Z Indexed on 2010/03/24 3:23 UTC
Read the original article Hit count: 220

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about controls