Link to home
Start Free TrialLog in
Avatar of eNarc
eNarcFlag for United Kingdom of Great Britain and Northern Ireland

asked on

How do I move a Listview Column?

Hi I'd like to programmly swap a listview column.

lets say Column 1 and I'd like to put column 1 where column 6 is and then put column 6 where 1 was.
Avatar of ThievingSix
ThievingSix
Flag of United States of America image

Changed the viewstyle property to vsReport. Add columns via the Columns property.
Avatar of eNarc

ASKER

Columns are made and data in columns, though how do I swap the columns without swapping the data just like you drag a column and move it while still keeping the column order even though now its moved.
ASKER CERTIFIED SOLUTION
Avatar of ThievingSix
ThievingSix
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial