I have a combo box with alot of data in the items source. Because of the amount of data when the combo box is opened the popup goes up. But after an item is selected by an user, the next time the combobox is opened it will open down which is close to the bottom of the screen. So, I get a little popup pointing down with a scroll bar.
Is there any way I can force the combo box to open a certain direction, and is there a reason it opens upward initially and downward after an item is selected?
Thanks for your help.