From: dmm on
Hi all,

I've implement ListView column reordering using code from places like:

http://www.christec.co.nz/blog/archives/category/user-interface
(section 'How to make your ListView columns reorderable' - great
read!) - and am now wondering how I would go about getting a
notification (event) when the user changes the listview column order.
I'm also interested in getting a notification on when a listview
column width is changed. Does anyone have any pointers on where I
might start with this?

dave