Listview ColumnsReorder

  • Thread starter Thread starter Asim Tozlu
  • Start date Start date
A

Asim Tozlu

Hi,

i can reorder the column's in my listview. But when i read the columns with:

foreach(ColumnHeader column in this.listViewAdressen.Columns)
{
sExcelColums += column.Text + ";";
}
i get the origin Order of my columns.

How can i read my columns after reordering.

thanks

greets

asim
 
Hello Asim,

show code where you are reordering it

AT> i can reorder the column's in my listview. But when i read the
AT> columns with:
AT>
AT> foreach(ColumnHeader column in this.listViewAdressen.Columns)
AT> {
AT> sExcelColums += column.Text + ";";
AT> }
AT> i get the origin Order of my columns.
AT> How can i read my columns after reordering.


---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Hi Michael,

i use only Drag&Drop in the Control Listview.

thanks

greetings from berlin

Asim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top