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
Post a Comment