How to create an Explorer-like folder browser control?

后端 未结 3 1902
闹比i
闹比i 2020-11-27 15:05

Using C# and WinForms in VS2008, I want to create a file browser control that looks and acts like the left pane in Windows Explorer. To my astonishment, such a control does

3条回答
  •  [愿得一人]
    2020-11-27 15:53

    Microsoft provides a walkthrough for creating a Windows Explorer style interface in C#.

    There are also several examples on Code Project and other sites. Immediate examples are Explorer Tree, My Explorer, File Browser and Advanced File Explorer but there are others. Explorer Tree seems to look the best from the brief glance I took.

    I used the search term windows explorer tree view C# in Google to find these links.

提交回复
热议问题