Is it possible to have an item in a row/column wordwrap and or display multiline text. For example text that a user input from a ultratexteditor in another screen that is multiline, can you get this to show up in an ultralistview as multiline text in one of the subItem columns? All I see currently is the first line of text if there are line feeds in the data and xxx.... if the text is one line and truncated.
No, the control does not support that behavior. You might want to consider using the UltraGrid, which does support text wrapping within cells.