Multiple lines in ListView column header titles?

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
 
G

G Himangi

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top