Multiple lines in ListView column header titles?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Short of writing a custom version of the ListView control, is there a way to
force the column headers to contain multiple lines. The problem is that the
actual values of the items in each column only need 2 or 3 characters while
the description of them in the column title takes many. Thus, my columns end
up being needlessly wide.

Thanks,
Ray
 
AFAIK this is not possible because the parent listview controls the
positioning/sizing of the header control and attempting to change this
externally will mess up the layout/drawing of the ListView

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 
Back
Top