ListView_SetExtendedListViewStyleListView_SetExtendedListViewStyle*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_SetColumnWidth
*Next Topic: ListView_SetExtendedListViewStyleEx

ListView_SetExtendedListViewStyle


void ListView_SetExtendedListViewStyle(
    HWND hwndLV,
    DWORD dwExStyle
);

Sets extended styles for list view controls. You can use this macro or send the LVM_SETEXTENDEDLISTVIEWSTYLE message explicitly.

hwndLV
Handle to the list view control that will receive the style change.
dwExStyle
Value specifying the extended list view control style. This parameter can be a combination of extended styles.

For backward compatibility reasons, the ListView_SetExtendedListViewStyle macro has not been updated to use dwExMask. To use the dwExMask value, use the ListView_SetExtendedListViewStyleEx macro.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.