Contents Index Topic Contents | ||
Previous Topic: LVM_SETCOLUMN Next Topic: LVM_SETCOLUMNWIDTH |
LVM_SETCOLUMNORDERARRAY
LVM_SETCOLUMNORDERARRAY wParam = (WPARAM) (int) iCount; lParam = (LPARAM) (LPINT) lpiArray;Sets the left-to-right order of columns in a list view control. You can send this message explicitly or use the ListView_SetColumnOrderArray macro.
- Returns nonzero if successful, or zero otherwise.
- iCount
- Size, in elements, of the buffer at lpiArray.
- lpiArray
- Address of an array that specifies the order in which columns should be displayed, from left to right. For example, if the contents of the array are {2,0,1}, the control displays column 2, column 0, and column 1 in that order.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.