https://bugs.winehq.org/show_bug.cgi?id=38320
Bug ID: 38320 Summary: HDM_SETORDERARRAY sent to ListView header doesn't affect column order in a list Product: Wine Version: 1.7.39 Hardware: x86 OS: Linux Status: NEW Severity: minor Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: bunglehead@gmail.com Distribution: ---
We currently only support LVM_SETCOLUMNORDERARRAY to do same thing. When header items are reordered separately with HDM_SETORDERARRAY cached column data at ListView side is not updated accordingly (there's no notification to do that).