I use the OpenFileDialog class so that the user can select an image file. I would like to open a dialog box in thumbnail view by default. Unfortunately, the class has no way to set the default view mode.
Besides creating my own dialog box (which I may have to do), is there a way to achieve my goal?
source
share