I'm trying to achieve a parent/child layout in a combo box drop down where the parent items are not selectable and the child items are.
Colors
blue
red
white
In the above example, if the user clicks on the parent item 'Colors' the drop down list will remain open as the item cannot be selected.
I know this is possible via MFC by subclassing the listbox control. Is it possible in Windows Forms (C#)?