用于 Windows 窗体的 Windows XP 控制面板控件
我想要一个具有与 Windows XP 控制面板类似的 UI 的应用程序。 有人知道具有相同图标视图的控件吗? 谢谢
I'd like to have an application with an UI similar to Windows XP control panel. Does anybody knows of a control with the same icon view?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以实现此目的的最接近的控件是使用大图标视图的 ListView 控件。
它将具有与控制面板类似的外观。 除非您正在谈论 WindowsXP 中基于类别的控制面板,否则您将有多个控件和表单来处理此问题。
The closest control that could serve this purpose is the ListView control, using the Large Icons view.
It will have a similar look to a control panel. Unless you are talking about the category based control panel in WindowsXP, then you would have multiple controls and forms to handle this.
此处一文展示了如何在您的应用程序中嵌入 Windows 文件查看器控件,请参阅我的答案此处了解更多信息。
The article here shows how to embed the Windows file viewer control in you app, see my answer here for more info.