I need to achieve something like this: a ListView that would display an icon (maybe smaller then this sample) and information presented in multiline some some text formatting. Is this possible with a WinListView (or another control)?
The solution I found was to use a WinGrid with a FormattedTextEditor.
It would be nice if at least the ListView would support multiline in a future version.