This method allows you to set extended styles on the list box—for example:
m_pList->SetExtendedStyle(LVS_EX_FULLROWSELECT);
Related Topics
IListView Interface