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
See attached picture...
(BTW I had once the same problem.)
Doh!