Hi, I was just wondering, if I have a list view control, with 2 columns, and insert items to those columns, ex:
LIST VIEW ANIMALS - CARS
Col1 Animals === Col2 Cars
Jaguar ................... XJR
Tiger .................... DB9
Bull ..................... Gallardo
Can I move items from 1 COLUMN to another? Like so: (Moving Gallardo from col2 to Col1)
LIST VIEW ANIMALS - CARS
Col1 Animals === Col2 Cars
Jaguar ................... XJR
Tiger .................... DB9
Bull .....................
Gallardo
That is my question I hope you can give me an answer if this can be achieved trough the listview control from vb.net or other control that you know of. If you post an example in C#, maybe I can create al DLL and put it as a control in my vb.net tools, but I just want to know if this can be done.
If I can achieve this, I will post the results.
Thank you all!