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
Post a Comment