组件已安装是/否列表,如 VisualStudio 设置中所示
我正在搜索一个组件/可能性,它允许我创建这样一个漂亮的“组件安装是/否”列表,如下所示:
(来源:dotnet-forum.de)
最好的方法是什么? 修改“CheckedListBox”,一个表格还是自己画它?
谢谢。
I'm search a component/possibility that allows me to create such a nice looking "Component installed Yes/No" list like this:
(source: dotnet-forum.de)
What is the best way to do this?
A modified "CheckedListBox", a Table or paint it myself?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
呈现的控件是列表视图。您可以添加图像和标题。
The control rendered is a list view. You can add images and headers.
我建议您使用 ObjectListView。
它比 ListView 更容易使用(并且更有趣),并且它可以轻松地实现这些操作。
http://objectlistview.sourceforge.net/cs/index.html
I advice you to use an ObjectListView.
It's easier to use than a ListView (and more fun) and it allows such things easily.
http://objectlistview.sourceforge.net/cs/index.html