Possible Duplicate:
How do I get the header height of a Listview – c#
Possible duplicate: How do I get the header height of a Listview – c#
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
See How do I get the header height of a Listview – c# for a solution.