You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In relation to #2012 WPF generally doesn't include Windows Forms (the developer has to reference WinForms explicitly).
One common reason why people end up having to reference WinForms is so that they can show up a dialog for the user to select a folder. This is for some reason missing while WPF has an equivalent type for FileDialog in Microsoft.Win32 namespace. It would be good if WPF would provide an equivalent type for the FolderBrowserDialog too.
The text was updated successfully, but these errors were encountered:
In relation to #2012 WPF generally doesn't include Windows Forms (the developer has to reference WinForms explicitly).
One common reason why people end up having to reference WinForms is so that they can show up a dialog for the user to select a folder. This is for some reason missing while WPF has an equivalent type for FileDialog in Microsoft.Win32 namespace. It would be good if WPF would provide an equivalent type for the FolderBrowserDialog too.
The text was updated successfully, but these errors were encountered: