Using the good old Windows API Code Pack to host an Explorer view inside my WinForms application, I want to programmatically force a large thumbnail view (Windows 8) like this:
(Large thumbnails, option checked)
Unfortunately, no matter which parameter from the FOLDERVIEWMODE
enumeration I pass to the IFolderView::SetCurrentViewMode
method, all I can achieve is this:
(Small thumbnails, option not checked)
Therefore my question:
Which method(s) could I possibly use to always force the large thumbnails mode in my hosted Explorer browser control?