ListView_SetExtendedListViewStyle
This macro sets extended styles for list-view controls.
void ListView_SetExtendedListViewStyle(
HWND hwndLV,
DWORD dwExStyle
);
Parameters
- hwndLV
Handle to the list-view control that will receive the style change. - dwExStyle
Specifies the extended list-view control style. This parameter can be a combination of extended styles.
Remarks
Related message: LVM_SETEXTENDEDLISTVIEWSTYLE
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
LVM_SETEXTENDEDLISTVIEWSTYLE | List-View Controls Macros
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.