clistctrl

Hitting Escape versus Enter triggering LVN_ENDLABELEDIT in CListCtrl

how can I differentiate between the two, when the edit field is empty in both cases? when the user hits escape, I assume user doesn't want the new value at all, when enter is hit, I assume the user wants an empty string for the edited item... ...

Does LVS_EX_FULLROWSELECT have any compatibility issues with other styles?

I am trying to set the LVS_EX_FULLROWSELECT style on my grid list control as I want full row selection. However apparently it doesn't have any effect. Since I am using a number of other styles as well, I am wondering if LVS_EX_FULLROWSELECT has any compatibility issues with other styles. Anyone? Following are the styles I am setting. In...

Filter feature using CListCtrl

Hi, Is there any decent way to do filtering of Listview, without deleting and inserting items back? I am using VC++ 6.0. For example, hiding and then showing it back? Thanks. ...

LVS_EX_GRIDLINES on Windows 7

My MFC application uses CListCtrl. On XP the gridlines display fine. On Windows 7 there are no gridlines. Has anyone else experienced this? Any solution? ...