Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
How can I put separators between ValueListItems in a combobox?
posted

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!

Parents
No Data
Reply
  • 69832
    Offline posted

    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.

Children
No Data