You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example demonstrates how to disable some items from a winforms combobox dropdown. For more details please refer [how to disable some items from winforms combobox dropdown](https://www.syncfusion.com/kb/11254/how-to-disable-some-items-winforms-combobox-dropdown).
1
+
# how-to-disable-items-winforms-combobox-dropdown
2
+
This example demonstrates how to disable items from a winforms combobox dropdown. For more details please refer [how to disable items from winforms combobox dropdown](https://www.syncfusion.com/kb/11254/how-to-disable-some-items-winforms-combobox-dropdown).
3
3
4
4
## Changing forecolor for disabled items in dropdown
5
5
You can change the forecolor for disabled items by handling SfComboBox.DropDownListView.DrawItem event to show the items is disabled.
0 commit comments