WPF ListView Keyboard Navigation Problem
Posted
by Veer
on Stack Overflow
See other posts from Stack Overflow
or by Veer
Published on 2010-02-16T10:27:40Z
Indexed on
2010/03/16
10:26 UTC
Read the original article
Hit count: 565
I've a listview like this
ListView:
————-----
- Mango
- Orange
- Grapes
- Grapes
- Grapes
- Apple
- Strawberry
Whenever i navigate using downarrow, the BlueHighlight pauses at the first Grapes, a dotted rectangle start from second grapes and pauses at the third grapes, then the BlueHighlight resumes from Apple. This seems weird and it grows more weird when the navigation is upwards. It jumps from Apple to Orange or mango.
Is this due to Virtualization?
It seems only the duplicate data (grapes) is creating the problem. Any Help?
© Stack Overflow or respective owner