ListView with groups - problems selecting multiple items

  • Thread starter Thread starter c35tar1
  • Start date Start date
C

c35tar1

I have a ListView within a dialog. In code the groups are created and
items added. Display is 100% correct. The problem is with using
Shift to select multiple items in the list.

- If you select the first item and then a second next to it, it
reverses the selection
- If you select the first item and then Shift to a few further down or
across groups it selects all but reverses the initial item

This behavior doesn't occur when the ListView has NO groups. Is this
a known bug, desired behavior, unknown bug?

Thanks,
Calvin.
 
I have a ListView within a dialog. In code the groups are created and
items added. Display is 100% correct. The problem is with using
Shift to select multiple items in the list.

- If you select the first item and then a second next to it, it
reverses the selection
- If you select the first item and then Shift to a few further down or
across groups it selects all but reverses the initial item

This behavior doesn't occur when the ListView has NO groups. Is this
a known bug, desired behavior, unknown bug?

It would seem to be pretty odd behaviour - certainly Explorer in XP
doesn't behave that way when you set it to display in Groups.

Which OS are you testing on - is it consistent on different OS's?

Dave
 
Back
Top