Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
ListView Custom Layout (Multiline)
posted

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)?

  • 495
    Verified Answer
    posted

    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.