I'm trying to create a custom ListView
WinForms control so that each row has a title, subtitle, image icon, and action icon. There are many answers on here that describe how to override the OnDrawItem
method, but what I want is behavior too, i.e. be able to click on an icon in a row and have an event handler.
Is there any way to put a control group as a row element?