Winforms: Embedded NumericUpDown control inside ListView
Posted
by tanthiamhuat
on Stack Overflow
See other posts from Stack Overflow
or by tanthiamhuat
Published on 2010-04-12T06:56:39Z
Indexed on
2010/04/12
7:13 UTC
Read the original article
Hit count: 501
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.
© Stack Overflow or respective owner