I would like to have a combobox that displays the text and dropdown list as multilines. I have seen references in the forums about this sort of configuration but have not been able to put the UltraComboEditor into a multiline mode. Is it possible and if so, what needs to be set?
Thanks!
Anyone out there know if UltraComboEditor supports a multiline mode?
Have you tried putting carriage returns into the display text of your items on the list? I'm not sure if that works, but it's probably worth a try.
You might want to consider using UltraCombo, instead of UltraComboEditor. I am certain that UltraCombo can support multi-line items on the list.
In either case, though, I think you will have a problem with AutoComplete. There's a bug in the MS TextBox which causes auto-complete and multiline to be incompatible. So you can use one or the other, but if you use both, the autocomplete will end up not working correctly.