Hi
How can i disable moving/reordering of columns in a GridView for some columns only?
"AllowsColumnReorder" affects all columns. I want the first two columns to be fixed.
But the user is allowed to reorder the other columns.
Do I need to supress Drag&Drop for GridViewColumnHEader of these cols?
Or is there some event, where e.Handled does the trick? Couldn't find one...
Any hints very much appreciated,
thx!