get height of ColumnHeaders in .net WinForms ListView (in details mode)
- by Axarydax
Hello,
do you know if it is possible to find out the height of header of a ListView in Windows Forms application when it's switched to Details mode?
I'd like to find this out because I want to know the height of the area where the ListViewItems are located and I think it's ListView.ClientArea.Height - height of columns.
Thanks