Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi every,
I am developing project in WPF in which i have requirements that one combo-box will be automatically open when select-Index-Change in another combo-box.
such a help will be appreciated.

Thank you

What I have tried:

i don't have any idea how to do.
Posted
Updated 2-May-19 0:16am
Comments
Richard MacCutchan 2-May-19 6:08am    
What exactly do you mean by "automatically open"? Do you just mean the combo will be populated with some items, or something else?
Member 12766460 2-May-19 6:17am    
Thank you for the quick response.
it means when value select from one combobox the other combobox will list down all the values that is related to the value is selected from first combobox.
Richard MacCutchan 2-May-19 6:29am    
Add an event handler that gets called when an item is selected. Then call the code to populate the second combo from the event handler.
Christian Graus 2-May-19 6:16am    
https://www.codeproject.com/Questions/775654/Automatically-opening-a-drop-down-in-WPF

Like this?

1 solution

https://www.codeproject.com/Questions/775654/Automatically-opening-a-drop-down-in-WPF

Like this?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900