Select folder dialog WPF

后端 未结 10 679
暗喜
暗喜 2020-11-28 19:32

I develop a WPF4 application and in my app I need to let the user select a folder where the application will store something (files, generated reports etc.).

My requ

10条回答
  •  自闭症患者
    2020-11-28 20:15

    The Ookii Dialogs for WPF has a VistaFolderBrowserDialog class that provides a complete implementation of a folder browser dialog for WPF.

    https://github.com/augustoproiete/ookii-dialogs-wpf

    There's also a version that works with Windows Forms.

提交回复
热议问题