INFO: HDN_TRACK Notifications and Full Window Drag Style (183258)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
This article was previously published under Q183258 SUMMARY
Starting with version 4.70 of ComCtl32.dll, the header control of a list
view control in report view (LVS_REPORT) automatically receives the
HDS_FULLDRAG style. When this style is set, the parent of a list view
control receives HDN_ITEMCHANGING notifications, rather than HDN_TRACK
notifications, when the column divider of the header control is dragged. To
receive HDN_TRACK notifications, the header control of the list view
control must not have the HDS_FULLDRAG style set. Note that the
HDS_FULLDRAG style is ignored in versions of ComCtl32.dll prior to 4.70.
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbCtrl kbHeaderCtrl kbinfo kbListView KB183258 |
---|
|