Text Search in WPF ListView not working properly with selectionmode extended -


i have wpf listview selection mode set extended (and need keep extended other funationality). have enabled text search on listview using textsearch options.

now consider have following 5 items in listview :

  • apple
  • ball ==> current selected item.
  • cat
  • dog
  • elephant

at stage, if press key "e" on keyboard, text search works , item "elephant" gets selected. however, if press "shift + e", items ball elephant gets selected, i.e. shift key used extended selection , not capital letter e. however, since doing search using keyboard, shouldn't item "elephant" selected , shift key should used capital e , not extended selection? can somehow achieve this?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -