The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
i am setting the rowheder color to red:
System.Drawing.Color.Red;
Is the system-style "Windows-classic" the rowheader appears red.
Is the system-style "Windows-XPStyle" the rowheader appears silver.
To set the color with RGB generates the same effect.
Any idea to set the rowheader color in windows-XPStyle correctly?
greetings markus
ADAdministrator Syncfusion Team September 30, 2003 09:55 AM UTC
Have u set the propertyy themesenabled= True
Regs
Rajaraman
> Hi,
> i am setting the rowheder color to red:
> System.Drawing.Color.Red;
>
> Is the system-style "Windows-classic" the rowheader appears red.
>
> Is the system-style "Windows-XPStyle" the rowheader appears silver.
>
> To set the color with RGB generates the same effect.
>
> Any idea to set the rowheader color in windows-XPStyle correctly?
>
> greetings markus
>
>
>
>
MKMarkus KraftSeptember 30, 2003 11:14 AM UTC
Hi,
now i have themesenabled = false and it works o.k., but the XPLook&Feel is disabled.
Fine is a way to set the color in themesenabled = true mode.
ADAdministrator Syncfusion Team September 30, 2003 12:30 PM UTC
You can have Themesenabled = true for the grid and then disable theming for individual cells by setting GridStyleInfo.Themed = false
That way you could turn off themes only for the header style and let everything be drawn themed as before.
Stefan