blah blah blah is here! blah blah » Close

1
votes
6 answers

C# WinForms: Embed NumericUpDown control inside a ListView

Would it be easier if I change my ListBox to ListView? In another words, I want to embedded NumericUpDown control inside a ListView such that the 3rd column (Quantity) of the ListView is controlled by the NumericUpDown. The item for Quan ...

Feedback