Listview and LVS_EX_FULLROWSELECT

Started by Peter House, January 24, 2011, 11:50:09 PM

Previous topic - Next topic

Peter House

I have a project with a form where is used a Listview control and the LVS_EX_FULLROWSELECT which I am pretty sure I used the FF user interface to select.

I just added another form to the project and cannot find the LVS_EX_FULLROWSELECT on the new or old form although I do find the following line of code in the CODEGEN_xxx.inc File for the old form:


ListView_SetExtendedListViewStyle( hWndControl, (ListView_GetExtendedListViewStyle(hWndControl) Or %LVS_EX_FULLROWSELECT))


I am very sure I did not write this line and must have used the interface.

I click on the listview, click on the window properties, and it is not in the regular or extended properties. 

What am I missing???

Thanks,

Peter House

Rolf Brandt

#1
See attached picture...

(BTW I had once the same problem.)
Rolf Brandt
http://www.rbsoft.eu
http://www.taxifreeware.com
I cook with wine, sometimes I even add it to the food.
(W. C. Fields)

Peter House