I'm pretty excited, I actually got the listview control to work in my program without any reference to the BBS for help (yes it's the simple things that make me happy).
Of course, as Murphy would have it I have hit a stumbling block.
How do you prevent the columns from being resized?
It looks like you can intercept a header notification called HDN_BEGINTRACK and I'm pretty sure the listview control is comprised of that sub-control. Does that mean I need to sub-class?
------------------
Of course, as Murphy would have it I have hit a stumbling block.
How do you prevent the columns from being resized?
It looks like you can intercept a header notification called HDN_BEGINTRACK and I'm pretty sure the listview control is comprised of that sub-control. Does that mean I need to sub-class?
------------------
Comment