In my WPF application, on a button click, a modal window opens and several functionalities inside the window involve selecting a file. I don’t want to open yet another window to select a file. Can I somehow embed a file browser within the existing window?
Share
You can definetly create your own dialog. Take Microsoft Expression for example, where dialogs are all custom controls and styled to match expression dark theme.