B
BVM
Hi, All:
In ListBox and ComboBox when you type a letter, say 'k', it will jump to the first item starting with 'k'. I want to disable it and do my own search that can search more than one letter, like 'kite', not just one character which ListBox currently does. But I cannot disable ListBox's own search. everytime when I type 'i', then jump to the item starting with 'i', not the one starting with 'ki'. Do you know how to disable it?
Thanks,
Dennis Huang
In ListBox and ComboBox when you type a letter, say 'k', it will jump to the first item starting with 'k'. I want to disable it and do my own search that can search more than one letter, like 'kite', not just one character which ListBox currently does. But I cannot disable ListBox's own search. everytime when I type 'i', then jump to the item starting with 'i', not the one starting with 'ki'. Do you know how to disable it?
Thanks,
Dennis Huang