I have implemented a combo box which has a check box in it (Windows Form Application). This works perfectly fine.
Used: C#, Visual Studio 2010.
Problem: Problem with my combobox is that the dropdown closes after every selection.
Question: Is it any way possible that The drop down remains fixed till I select the multiple items?
Just wanted to know if there is a way to do this.
Thank you.