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.
Thanks for responding
Hm, I don't see any way to do that, either. I guess you are right.
You can submit a feature request to Infragistics here: Request a Feature or Component
Thanks for the reply.
I have tried carriage returns in both the UltraComboEditor and UltraCombo, but they seem to be ignored. I'm sure that I could get the dropdown list for the UltraCombo formatted correctly for multiline, but have found no way to make the text in the textbox go into multiline mode, preferably with wrapping.