I want to be notified when column drag-n-drop operation is ended to update “column order”.
I have found that LVN_COLUMNDROPDOWN is suported from Windows Vista.
What is the WinXp way of doing that ?
I want to be notified when column drag-n-drop operation is ended to update column
Share
Found the answer. HDN_ENDDRAG.
Sorry for noise 🙂