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.
I think Wpf extended toolkit CheckComboBox is exactly what you try to do.
See following link for more info.
You can add this wpf control in your winform
http://wpftoolkit.codeplex.com/wikipage?title=CheckComboBox&referringTitle=Home