Hi,
I had the exact same problem and posted on this forum. Use the extended style function as follows: DWORD SetExtendedStyle(DWORD dwNewStyle);
for example,
myListControl.SetExtendedStyle(<the parameter you want>);
the following are the parameters you want:
LVS_EX_FULLROWSELECT for full row selection with mouseLVS_EX_GRIDLINES for a grid.
Regards
Peter
NOTES:
Thanks for visiting our CoderSource.net. This site will be improved with more articles. Interested visitors can also submit their articles through the Submit Article link.Your article will also be published after due consideration by the editor.