RE: File and Folder ListView Control




"Mythran" wrote:

Either I just don't see one or I will need to create one myself. Anyone
know if the framework has a list view control that is designed for
viewing/selecting files? I'm not talking about a separate dialog, just a
ListView type control (like Windows Explorer)....

I tried Google, and got quite a few hits...but nothing that is close to what
I'm looking for....I'm designing a system that will allow the user to select
files/folders and drag/drop them across forms in the same
application....would love it to have similar features as Windows Explorer
(context menu with the same menu items for the files/folders).

Thanks,
Mythran



Hi,

..Net Framework doesn't supply a File/Folder control you can put inside a
Form or another control, only dialogs like FolderBrowserDialog and
OpenFileDialog, SaveFileDialog etc.

There are, however, many third party controls doing this. For instance

http://www.codeproject.com/KB/miscctrl/ExplorerTree.aspx

--
Happy Coding!
Morten Wennevik [C# MVP]



.


Loading