C# 设置Windows文件夹视图
我想通过代码更改特定文件夹的视图。例如,在我的计算机上,我的默认首选项是查看列表中的所有文件夹,按类型排序并显示名称、修改日期、类型和大小列。我想做的是更改一个特定文件夹以仅查看小图标和文件名。
其背后的原因是我有一个 Web 浏览器控件指向我的应用程序之一中的共享目录。我希望用户之间的 UI 保持一致,那么有没有一种简单的方法可以做到这一点?
I'd like to change the view of a specific folder via code. For example, on my computer, my default preference is to view all folders in a list, sorted by type and display the name, date modified, type and size columns. What I'd like to do is to change one specific folder to view small icons and file name only.
The reason behind this is I have a web browser control pointing at a shared directory in one of my applications. I want the UI to be consistent from user to user, so is there an easy way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该信息保存在注册表中。
请查看:如何修改文件夹视图设置或自定义文件夹
在故障排除部分:
The information is saved in the registry.
Check this out: How to modify your folder view settings or to customize a folder
In the troubleshooting section: