Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Arranges items in icon view. You can use this macro or send the LVM_ARRANGE message explicitly.
BOOL ListView_Arrange(
HWND hwndLV,
UINT code
);
hwndLV
Type: HWND
A handle to the list-view control.
code
Type: UINT
One of the following values that specifies alignment:
Value | Meaning |
---|---|
|
Not implemented. Apply the LVS_ALIGNLEFT style instead. |
|
Not implemented. Apply the LVS_ALIGNTOP style instead. |
|
Aligns items according to the list-view control's current alignment styles (the default value). |
|
Snaps all icons to the nearest grid position. |
Type: BOOL
Returns TRUE if successful; otherwise, FALSE.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |