How to disable Moving/ReOrdering of ListView Header in WPF? -


WPF ListView allows the reorder of columns by drag and drop controls. Is there any way to disable it?

I hope some WPF gurus can help me :)

  & lt; list View. View & gt; & Lt; GridViewColumnReorder = "False" & gt; ...... here headers ........ & lt; / GridView & gt; & Lt; /ListView.View>  

Try it


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -