如何在 .Net 2.0 中创建自定义进度条列表

发布于 2024-08-31 08:45:29 字数 148 浏览 1 评论 0原文

我创建了一个进度条自定义控件,并希望将其嵌入到一个列表中,该列表可以使用 .Net 2.0 进行排序并放置在 Windows 窗体上。
对此最好的方法是什么?

是否可以将其作为子项添加到 ListView 中?有更好的方法来实现这一目标吗?我希望它尽可能轻。

I have created a progress bar custom control and would like to embed this into a list which can be sorted and placed on a windows form using .Net 2.0.
What is the best approach for this?

Is it possible to just add it to a ListView as a subitem? Is there a better way to achieve this? I want it to be as lightweight as possible.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

听闻余生 2024-09-07 08:45:30

Not a ListView but here is an unsupported progress bar cell/column sample based on DataGridViewImageCell class.

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