Is it possible to have variable-height rows within a WinForms ListView in Details mode?
There is no RowHeight or Rows[i].Height property on the control as far as I know.
Some blogs suggests implementing OwnerDraw, which I did, but I still can't find anything resembling height property from within the event handlers.
Ideally, the row height would auto-size to show multiline text when needed.