组件已安装是/否列表,如 VisualStudio 设置中所示

发布于 2025-01-04 16:24:50 字数 371 浏览 0 评论 0原文

我正在搜索一个组件/可能性,它允许我创建这样一个漂亮的“组件安装是/否”列表,如下所示:
(来源: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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

苦笑流年记忆 2025-01-11 16:24:50

呈现的控件是列表视图。您可以添加图像和标题。

The control rendered is a list view. You can add images and headers.

橙味迷妹 2025-01-11 16:24:50

我建议您使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文