I'm using a THeaderControl to manually draw tabs for dynamically loading pages. The control works perfect for what I need to do, and don't want to change it, except one little problem: It doesn't let me draw over the background. The control stretches across the top of my form, and the sections are programatically managed. I do custom drawing to each section, which works fine, but when I try to draw over the background area where there are no sections, it doesn't do anything. I want this background color to match the parent color, which is following a blue theme, but this header control wants to stay the default gray color.
JD Solutions
JD Solutions