Is there a WPF control which will show a list of files in an Explorer-like view?
Posted
by modosansreves
on Stack Overflow
See other posts from Stack Overflow
or by modosansreves
Published on 2010-02-08T22:44:15Z
Indexed on
2010/03/27
21:33 UTC
Read the original article
Hit count: 300
I often need to display a list of files to the user, say, as a result of a search query.
Typically I describe my own simple DataTemplate for FileInfo
. But I'm lazy to re-implement all the Explorer's functionality: the Views, Sorting, Context Menus and drag&drop.
I feel like the problem is common and someone has already assembled a good library for this purpose.
© Stack Overflow or respective owner