WPF default file icon

Possible duplicate:
How to display windows file icon in WPF?

I am creating a mail client using WPF. First, I show the contents of the mail with a list of mail attachments. I need a way to display a file thumbnail so that the user can see what the file is. For example, if this is an image, then the user can see a thumbnail, for example, Windows Explorer, if its word, and then the default word icon, in general, to display a list like Windows Explorer with thumbnails.

Any ideas?

+6
source share

Source: https://habr.com/ru/post/898551/


All Articles