Yes,
You can use
DataTemplateSelecter[
^]
Using DataTemplateSelector, you can specify different data template based on data.
Thus for the list, you can specify Combobox, and for the text items you can specify TextBox.
Only consideration is that all these (list, text items) should be part of a Collection to which ListView is bound.