ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2016-01-27 15:07:49

vclements
Member
Registered: 2016-01-27
Posts: 1

Minor ControlAppearanceColors issue

Very minor issue:

This may happen with some other settings as well, but not all.
Color.FromArgb(255,x,x,x) is not being implemented.

This works:
grid1.ControlStyle.SetColor(ControlAppearanceColors.SheetTabBackground, Color.LightGray);

This does not:
grid1.ControlStyle.SetColor(ControlAppearanceColors.SheetTabBackground, Color.FromArgb(255, 120, 120, 120));

No errors thrown, just the color change does not happen.

Offline

#2 2016-01-29 10:31:47

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Minor ControlAppearanceColors issue

I checked this and I can see the color changed. Both Color.FromArgb(255,x,x,x) and Color.LightGray are implemented by .NET framework. ReoGrid only uses the RGBA values. Can you please provide more additional description or picture for the problem you are being faced. Thanks.

Offline

Board footer

Powered by FluxBB