Upon mouse hovering, the combobox will automatically drop down the list.
Upon mouse leaving region of combobox, the list will automatically scroll up.
The first task can be done using combobox.dropdown.
However, how to handle second task?
Any ideas?
Private Sub ComboBox1_MouseMove(ByVal...