
| Last Modification: December 11, 1999 |
How can I get full-row selection in my ListView Control in Report Mode?
There are a couple of options: If you are using version 4.70 or later of
the common controls dll (comctrl32.dll), you creating your
ListView Control with the LVS_EX_FULLROWSELECT style will do it.
Other alternatives include owner-drawing the control to accomplish this. There are several samples available, and although most of them use MFC, the code can be translated for SDK apps fairly easily.
References and samples: