comctl32: listview: Implement LVS_NOCOLUMNHEADER support for WM_STYLECHANGED message.
commit6de37643396de6d21e3483c7289fa2d8104fac5c
authorGuy Albertelli <galberte@neo.rr.com>
Wed, 25 Jun 2008 03:01:30 +0000 (24 23:01 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 25 Jun 2008 18:28:02 +0000 (25 20:28 +0200)
tree03b66a7e0569990698303a76254cfa992f7e539a
parentff9bb5aec36622f56c083a1cc73e598b92ffff17
comctl32: listview: Implement LVS_NOCOLUMNHEADER support for WM_STYLECHANGED message.

When switching LVS_NOCOLUMNHEADER on/off change the style of the header control HDS_HIDDEN.
dlls/comctl32/listview.c