I'm looking for a control with a functionality like the textbox used in Outlook when you write a new mail.
You can start typing the email address and you get autocomplete with known emails. If you select an email, you can start typing again and get new proposals for the new item (seperated by a semicolon).
The AutoCompleteBox is useful, but it supports only one choiche.
It's possible to implement this feature?