R
rdi
the LV's multSelect prop is set to FALSE
the LV currently contains 2 items.
When I run it through the debugger I watch the SELECTEDINDICES property of
the LV.
When I select the first item in the LV, SELECTEDINDICES.Count is 1 and
SELECTEDINDICES.IndicesArray(0) is 0
Then when I select the SECOND item in the LV, SELECTEDINDICES.Count is 0 and
SELECTEDINDICES.IndicesArray just says "{Length=0}".
That's the FIRST time through the debugger.
Then when I run it through the debugger again still watching the
SELECTEDINDICES property.
When I select the SECOND item in the LV, SELECTEDINDICES.Count is 1 and
SELECTEDINDICES.IndicesArray(0) is 1
Then when I select the FIRST item in the LV, SELECTEDINDICES.Count is 0 and
SELECTEDINDICES.IndicesArray just says "{Length=0}".
It seems as thought the FIRST time I click on an item in the LV, it
correctly sets the array. When I click on a different array, it DOESN'T set
the array.
the LV currently contains 2 items.
When I run it through the debugger I watch the SELECTEDINDICES property of
the LV.
When I select the first item in the LV, SELECTEDINDICES.Count is 1 and
SELECTEDINDICES.IndicesArray(0) is 0
Then when I select the SECOND item in the LV, SELECTEDINDICES.Count is 0 and
SELECTEDINDICES.IndicesArray just says "{Length=0}".
That's the FIRST time through the debugger.
Then when I run it through the debugger again still watching the
SELECTEDINDICES property.
When I select the SECOND item in the LV, SELECTEDINDICES.Count is 1 and
SELECTEDINDICES.IndicesArray(0) is 1
Then when I select the FIRST item in the LV, SELECTEDINDICES.Count is 0 and
SELECTEDINDICES.IndicesArray just says "{Length=0}".
It seems as thought the FIRST time I click on an item in the LV, it
correctly sets the array. When I click on a different array, it DOESN'T set
the array.