Hi folks,

I am attempting to populate a listview in the click event of a button. The listview has 3 columns (Part Number, Description, and Quantity). The data for the Part Number pulled from a combobox, the Description from a read-only textbox, and the Quantity from a NumericUpDown.

I know that this is somewhat simple to do but I have no experience with listviews and need a start point or a bit more if you've the time.

Thank you