WinForms: ListView with Multi-lined tool-tips for SubItems
If you’ve worked with ListViews in WinForms before, you might have encountered the discouraging fact that the default ListView does not support multi-lined tool-tips for SubItems. For this to work, you have to create a custom control that inherits from ListView, and make some nasty calls to P/Invoke. Here’s how this can be achieved: As … Read more