Hi,

I want to capture the event when user resize the headercolumn of a listview, and then store the column length.

I cannot find a related Event of ListView, I am wondering if I should use windows Hook. If so, what the WM_messages I can use?

Thanks.

Michi