ListView scroll while typing
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a ListView control with 4 columns set to details view. I have implemented a column sort so the user can click a column header and resort the ListView on the desired column. The default sort is column 0. When the default view is displayed, the user can give the ListView focus, start typing, and ListView will automatically scroll the list finding matches to what is typed. Perfect! My problem is, when they change the sort column to some other column other than the first. Typing always searches the first column only. Does anybody know if I can change what column is searched when the keyboard is typed on a ListView control? If so, how?