get height of ColumnHeaders in .net WinForms ListView (in details mode)

Posted by Axarydax on Stack Overflow See other posts from Stack Overflow or by Axarydax
Published on 2010-03-13T14:08:00Z Indexed on 2010/03/13 14:15 UTC
Read the original article Hit count: 358

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET