I am trying to make a simple shop using .net forms. You have 2 listboxes and you can transfer items from the first listbox, which is the shop to the second one which is the inventory. It works okay... but i want to make it a little bit more complicated. I want to have multiple columns. For name, price, quantity. I found out that a listview could do the job, but i can't handle it. Is there other way to make columned listboxes? Otherwise, can someone explain to me how I could use the listview to do the job instead?
Edited by Kheyas, 03 September 2012 - 07:19 AM.







