The FolderBrowserDialog opens the directory tree to the folder set as folderpath and that folder is selected (marked/surrounded) but the view in the FolderBrowserDialog is at the top of the directory tree and I have to scroll down to the selected folder.
I looked in the properties of the FolderBrowserDialog tool if I could set it to centralize the view to the selected folder, but I couldn't find anything.
But I am sure this is possible, I just don't know how to make it. Can someone give me a step-guide if it has to be set from Properties or a sample code?
UPDATE: I used the code from this topic and it worked!