I have 2 issues:rolleyes: :
1. I'm creating a combobox from inside code (sort of dynamic, when the user finishes a row, another row appears) and I would like to know how to set the list of items the user chooses from.
2. How can I block the user from typing custom values into a combobox, but still accept when they select an item from the list?
Thanks;)