User Control ComboBox help
-
I have a user control that has a combo box in it. I've placed this user control onto a windows form that has other controls on it. When I open a combobox on the user control at runtime, the mouse scroll wheel will not scroll the combobox. Any combobox on the form not in the user control scrolls the combo box content. How do I make the user control combo boxes act the same? Thanks, Tim
-
I have a user control that has a combo box in it. I've placed this user control onto a windows form that has other controls on it. When I open a combobox on the user control at runtime, the mouse scroll wheel will not scroll the combobox. Any combobox on the form not in the user control scrolls the combo box content. How do I make the user control combo boxes act the same? Thanks, Tim
Nevermind. Developer error. X|