Hello all:
In a VB.NET application, I have a listbox with SelectionMode property
set to MultiExtended. When I select multiple items using the CTRL key,
all is well; however, when I select a range using the Shift key, the
SelectedItems array only holds the first index in the range, and I
cannot determine (programmatical ly) where the range ends, and thus
which indices (aside from the first) are selected.
Can anyone explicate this behaviour for me?
Cheers,
zdrakec
In a VB.NET application, I have a listbox with SelectionMode property
set to MultiExtended. When I select multiple items using the CTRL key,
all is well; however, when I select a range using the Shift key, the
SelectedItems array only holds the first index in the range, and I
cannot determine (programmatical ly) where the range ends, and thus
which indices (aside from the first) are selected.
Can anyone explicate this behaviour for me?
Cheers,
zdrakec
Comment