PRB: LVM_HITTEST & ListView State Images Don't Work as Expected
Article ID: 135786
Article Last Modified on 5/14/2004
APPLIES TO
- Microsoft Win32 Application Programming Interface, when used with:
- Microsoft Windows NT 3.51 Service Pack 5
- Microsoft Windows 2000 Standard Edition
This article was previously published under Q135786
SYMPTOMS
The flags member of the LV_HITTESTINFO structure indicates LVHT_NOWHERE,
instead of LVHT_ONITEMSTATEICON when you send the LVM_HITTEST message
(ListView_HitTest macro) to a ListView control with coordinates that
correspond to the state image of an item, and the control is in large or
small icon view.
STATUS
This behavior is by design. The ListView state images are not fully
implemented in large and small icon view. Future support of state images in
large and small icon view has not been decided.
Keywords: kblistview kbprb kbctrl KB135786