Winforms:ListView 中嵌入 NumericUpDown 控件

发布于 2024-08-29 05:30:28 字数 377 浏览 10 评论 0原文

在我的 ListView 中说有 4 列(描述、单价、数量、总价)。

我想让第三列可编辑,并为“数量”列嵌入 NumericUpDown 控件。是否可以?当通过 NumericUpDown 控件更新数量时,总价格也会根据总价格 = 数量 * 每单位价格进行更新。

以上可以实现吗?

任何代码示例将不胜感激。


ObjectListView 对我的需求有用吗?

http://objectlistview.sourceforge.net/cs/index.html

say in my ListView say with 4 columns (Description, Price Per Unit, Quantity, Total Price).

I would like to make the third column editable, and embedded NumericUpDown control for the Quantity column. Is it possible? And when the Quantity is updated via the NumericUpDown control, the Total Price is also being updated based on Total Price = Quantity * Price Per Unit.

is the above achievable?

any code samples would be greatly appreciated.


would ObjectListView be useful for my needs?

http://objectlistview.sourceforge.net/cs/index.html

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

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

发布评论

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

评论(1

梦忆晨望 2024-09-05 05:30:28

我没有尝试过,但我想不出任何不可能的原因。

这篇知识库文章 (KB320344) 展示了如何添加组合框,您应该能够针对大多数其他类型的控件调整代码:
http://support.microsoft.com/kb/320344

I haven't tried but I can't think of any reason why it wouldn't be possible.

This knowledge base article (KB320344) shows how to add a combobox and you should be able to adapt the code for most other kinds of controls:
http://support.microsoft.com/kb/320344

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