如何在 .Net 2.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不是 ListView,而是此处< /a> 是一个不受支持的进度条单元格/列示例,基于 DataGridViewImageCell 类。
Not a ListView but here is an unsupported progress bar cell/column sample based on DataGridViewImageCell class.