Hi Cadey,
The dropdown list of the ComboBox is a popup window like Mattias said, otherwise it won’t be able to extend itself beyond the parent window’s boundary. It has been wrapped by the ComboBox control so you don’t have to worry about the housekeeping details to make the dropdown work.
If you want to make a similar dropdown control which can be associated with a specified control, you can start from a Winform pop window. Make that form looks like dropdown control and put it right below (or above, depends on the space available) your control.
Could you please tell us more about what you want to achieve? That can help us to know the requirement clearly and find a solution.
Sincerely,
Kira Qian
Send us any feedback you have about the help from MSFT at fbmsdn@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the
All-In-One Code Framework!