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
849
Layout items in UltraComboEditor
posted

Hello,

Is there a way to change the layout of items in an UltraComboEditor? What I want to achieve is something like this:

(this is taken from Windows 7 task scheduler).

Regards,

Damien

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Damien,

    No, there's no way to do this with UltraComboEditor. At least not with the default dropdown built-in to the control.

    You could, however, hide the built-in dropdown button and use the ButtonRight collection to add a DropDownEditorButton to the control and then place your own custom control on the dropdown. You could write your own UserControl to do this, or maybe you could use UltraListView to achieve something like this.

    Here's a post with some more details about this technique.

    UltraComboEditor - Can I Use a Custom Control for the DropDown? - Infragistics Community

Reply Children
No Data