I want to give my user the ability that when he/she types the first letter of a word, my ListControl should scroll down to the first entry satrting with that letter.
I have found out that FindByText is not only Case Sensitive but also does NOT work on partial entries: so it will return NULL if you just type "a" instead of andrew.

Any ideas on this,

Thankx in advance...