Possible duplicate:
ListView multi-user mode?
ListView in Comtl32.dll v6.0 performs multiple selection (when using the Shift key) as follows (x is selected)
00xxxx
xxxxxx
xxxx00
Earlier versions of ListView do this as follows:
00xx00
00xx00
00xx00
Is there a way to do this in the first way (comctl32 v6.0 path)?
John crowe
source share