The subject pretty much says it all ... I'd like to put separators between ValueListItems in a combobox, as a way of grouping like items.
Any suggestions on how I can go about this? Is there an example posted anywhere?
Thanks!
Our ValueList does not currently support this; if you like you can submit a feature request. It would be possible to hack this out using the IUIElementCreationFilter interface (insert simple elements that draw a horizontal line between the items) except that the metrics calculation routines won't know about it, so the last item would not be fully visible.