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
260
Adding a separator to UltraCombo
posted

How do I add a line separator to a list of items in a UltraCombo or UltraComboEditor? Although a very simple implemention seems to be adding a text/line with dashes etc. and write code on selectionchanged event to not allow selection. But is there something more elegant? It should be similar in appearance to the MRU List.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Did you know that the ComboEditor has an MRUList property?

    If that won't work for what you want, then the other option would be to use a DrawFilter and draw the line in code.  

Children