How can I prevent a user from resizing GridViewColumns withing a ListView control?
Darkonekt's answer is good, however it may be preferable to set IsHitTestVisible to false instead of IsEnabled. This has the benefit of not greying out the headers.
IsHitTestVisible
IsEnabled