Category / Section
How to display check box in the drop down of the ComboBox?
1 min read
ComboBoxBase is an advanced ComboBox control, in which we can display a ListControl-derived control in the drop-down portion of ComboBoxBase. So, using ComboBoxBase, we can display a CheckedListBox in the drop-down.
Sample :