PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Peter House on January 24, 2011, 11:50:09 PM

Title: Listview and LVS_EX_FULLROWSELECT
Post by: Peter House on January 24, 2011, 11:50:09 PM
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
Title: Re: Listview and LVS_EX_FULLROWSELECT
Post by: Rolf Brandt on January 25, 2011, 06:30:23 AM
See attached picture...

(BTW I had once the same problem.)
Title: Re: Listview and LVS_EX_FULLROWSELECT
Post by: Peter House on January 26, 2011, 12:15:37 AM
Doh!