[REPOST] OpenFileDialog and Thumbnails view

A

anonymous

the dotnet OpenFileDialog brings up a window that looks
similar to a File Explorer window, and indeed depending
on some user settings may list files in a details view,
thumbnails view etc.

Is there any way to guarantee that the dialog comes up in
a particular state-- for instance showing thumbnails?

a similar question would be how to control the list of
folders that appear on the bar on the left of the dialog
when it is shown.

Thanks in advance!
 
W

WoodBeeProgrammer

InitialDirectory controls which folder appears, not the style of
presentation. I think the question is how to get the equivalent of
FileExplorer menu View..Thumbnails, View..Details etc.

I'd guess this has something to do with shell extensions and some state that
is persisted for the folder, but i'm afraid i don't know the real answer to
the question.

Does anybody know?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top