解决WinForm FolderBrowserDialog没有左侧快捷导航栏导致易用性差的问题

通过nuget安装包:Microsoft.WindowsAPICodePack-Shell

CommonOpenFileDialog dialog = new CommonOpenFileDialog();
dialog.IsFolderPicker = true;
dialog.ShowDialog();

效果:

posted @ 2022-12-13 11:32  zhaocj  阅读(37)  评论(0编辑  收藏  举报