Quote Originally Posted by Zvoni View Post
There is no Multiselecting in a Combobox. Period!
AFAIK, you cannot set the textbox-part to multiline (except there is an API-hack!),
you cannot set the height of the textbox-Part to anything different except with FontSize.

If you need multiselect, then a Listbox is your friend.
Perhaps I was not clear enough.
I'm not looking for a multi selecting of items.
Each time I click an item, I want it to be displyed in the combo text without deleting the existing one.
I want to reproduce the conntent of the textbox in the combobox.
thanks