I should mention that I am trying to set the GroupingText of the Panel.
There are three colour properties for this control. BackColor, BorderColor
and ForeColor. ForeColor does affect labels that are dropped onto the
Panel, but not the GroupingText. BorderColor does not seem to have any
effect on anything.
> I should mention that I am trying to set the GroupingText of the Panel.
> There are three colour properties for this control. BackColor, BorderColor
> and ForeColor. ForeColor does affect labels that are dropped onto the
> Panel, but not the GroupingText. BorderColor does not seem to have any
> effect on anything.
GroupingText should assume the ForeColor (is does in my case).
BorderColor should affect the outline around the panel (make sure
BorderStyle and BorderWidth are also set)
If you've been experimenting with CSS styles it maybe that they are
interfering in some way and you need to remove any references.
Waldy - 14 Feb 2008 12:03 GMT
>GroupingText should assume the ForeColor (is does in my case).
Yes it should but it doesn't. Neither the ForeColor property or the CSS
color attribute have any effect on it.
>BorderColor should affect the outline around the panel (make sure
BorderStyle and BorderWidth are also set)
That's correct. It only effects the border around the panel, not the
grouping border which appears to be fixed colour and style.