changing text colors in listview column headers

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

Guest

how do i change the color of the text in the fixedrow (column headers) of a
listview?

thanks
 
You will have to perform custom drawing. I am not sure if .Net supports this
out of the box for headers, but you can catch the NM_CUSTOMDRAW message for
performing the drawing.

---------
- 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