Can somebody tell me how to get the header height of a ListView.
Verified this works in my Win32++ application:
CHeader* hdr = GetHeader(); CRect rcHdr = hdr->GetWindowRect();
Header height is rcHdr.Height()