
MFC Clist control subclassing
There's a style bit that can be asserted to the control that will do this
for you.
For example- in the OnInitDialog() event of a dialog that has a CListCtrl
on it you might call something like this:
m_ListCtrl.ModifyStyle( 0, LVS_SHOWSELALWAYS, 0 );
--
Richard Lewis Haggard
Haggard & Associates, International
---------------
English is such a wonderful language. Here's a phrase that applies equally
well to a hit man who doesn't want to pay for a meal or a panda. "Eat
shoots and leaves."