Is there a desktop .NET-based equivalent of the <optgroup>
functionality for comboboxes on html pages?
views:
23answers:
1
+1
A:
Unfortunately, I don't think there's a way to group winform combobox items together as in the html <optgroup>
tag.
You may have to do some kind of custom control.
msergeant
2010-10-20 18:54:51