Good Day,
I am working with a WinForms application and I need to programatically determine the height of a ListView row.
I am able to determine the height of the text using Graphics.MeasureString, but there's some padding above and below the text.
I am not customizing each row, I just need the height. How would I go about doing that?
TIA,
coson