I need a way for users to select a directory with some sort of folder dialog, and I am currently using the Microsoft.Office.Core.FileDialog FileDialogFolderPicker. I need the folder picker that I use to have a search bar for users to type into, and users need to be able to type in a network location (for example they could type in \\SomeComputer) and have all the sub-folders of that network location show up in the file dialog. Basically, it needs to behave as closely as possible to the Windows File Explorer. This Microsoft tool works perfectly, however it comes with an ugly/out of place Microsoft Excel icon in the corner which I can not for the life of me figure out how to change.
My question is, are there other alternatives to this specific folder picker that offer the same range of functionality?
Or alternatively, does anyone know how to (if it is possible) change the Excel icon on the Microsoft Office folder picker?
This is what I am trying to change.
Thanks in advance.