The users wanted an AutoComplete Combo box in a SilverLight application- a combo box that would allow them to scroll the entire list, as well as filter the list as the user typed in the box. The problem is: SilverLight has no such control. I did a bit of research and came across various options using templates, styles, etc. Try as I might, I could not ......