Show detailed Folder Browser from a PropertyGrid
Please note it is not a duplicate question. How to show a detailed FolderBrowser as in the image below from a PropertyGrid (from the field/property which has ellipses ...) Using [EditorAttribute(typeof(System.Windows.Forms.Design.FileNameEditor), typeof(System.Drawing.Design.UITypeEditor))] [EditorAttribute(typeof(System.Windows.Forms.Design.FolderNameEditor), typeof(System.Drawing.Design.UITypeEditor))] We get the minimalistic folder browser Here is a custom UITypeEditor that allows you to use the Vista Folder Browser: You can use it like any other editor: [EditorAttribute(typeof