How to Enable or Disable Grouping in MultiSelectionCombobox at Runtime in Windows Forms MultiSelectionComboBox
9 Dec 2019 / 1 minute to read
In MultiSelectionComboBox, grouping based on initial character can be enabled or disabled at runtime using the following code sample.
The following code sample illustrates you on how to enable Grouping in MultiSelectionComboBox Dropdown.
this.MultiSelectionComboBox1.ShowGroups = true;
Me.MultiSelectionComboBox1.ShowGroups = True
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page