Hello,
I have an app where the user has the option to block resizing of the columns in a list control.
To do this, I have made the list control handle messages from the embedded header control:
ON_NOTIFY(HDN_BEGINTRACK, 0, OnColumnTrackBegin)
ON_NOTIFY(HDN_DIVIDERDBLCLICK, 0...