c++ - Does LVS_EX_FULLROWSELECT have any compatibility issues with other styles? -
I'm trying as to establish LVS_EX_FULLROWSELECT style control over their grid list I want to select the entire row. However apparently this does not have any effect. Since I am using a number as well as other styles, I'm wondering if LVS_EX_FULLROWSELECT any compatibility problems with other styles. Anyone? Since styles I set are I install
Start the following styles based inventory control class :.
WS_CHILD | WS_BORDER | LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SINGLESEL
When I try to set extra styles derived Grid List Control Panel:
ListView_SetExtendedListViewStyleEx (sysId (), 0, LVS_EX_GRIDLINES | LVS_OWNERDATA | LVS_EX_FULLROWSELECT );
The second parameter you need is a mask:
Listvav_setekstendedlistviawstiliks (M_hvnd, Lws_aks_gridlines | LVS_ownerdata | LVS_aks_fullroselekt, Lws_aks_gridlines | LVS_ownerdata | LVS_aks_fullroselekt);
great
ReplyDelete