Combo with multi-line underlying list?
Hi, I want to implement a Combo box with an underlying list that contains TextEdit-like - preferrable rich text format - (multiline) cells.
In the Combo control itself, one line is fine. Also, the list of course, shouldn't be editable (which saves us from using a editor factory, in case we subclass a ItemDelegate).
Any suggestion on what's the best approach?
Re: Combo with multi-line underlying list?
Implement your own delegate for the combo.
Re: Combo with multi-line underlying list?
Do you mean for the underlying view?
Re: Combo with multi-line underlying list?