WPF AutoCompleteBox - How to restrict it choose only from the suggestion list?

Posted by Gopinath on Stack Overflow See other posts from Stack Overflow or by Gopinath
Published on 2010-04-15T10:46:15Z Indexed on 2010/05/23 13:30 UTC
Read the original article Hit count: 404

Filed under:
|

Hello, I would like to restrict WPF AutoCompleteBox (wpf toolkit control) to select an item only from the suggestion list. It should not allow users to type whatever they want.

Can someone suggest me how to implement this? Any sample code is appreciated.

© Stack Overflow or respective owner

Related posts about wpftoolkit

Related posts about autocompletebox