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-25 00:59:47

zhaochunyu0104
Member
Registered: 2015-08-13
Posts: 7

How Can I change the foucs cell border style?

Hi Jing:
   The cells border color which on foucs is blue,how can i change the border color.
1.jpg

to

2.jpg

Last edited by zhaochunyu0104 (2016-01-25 02:08:03)

Offline

#2 2016-01-25 09:34:01

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

Re: How Can I change the foucs cell border style?

Hi, try use this:

reoGridControl.ControlStyle[ControlAppearanceColors.SelectionBorder] = Color.Black;

https://reogrid.net/document/control-appearance/

Offline

#3 2016-01-26 03:34:20

zhaochunyu0104
Member
Registered: 2015-08-13
Posts: 7

Re: How Can I change the foucs cell border style?

Jing wrote:

Hi, try use this:

reoGridControl.ControlStyle[ControlAppearanceColors.SelectionBorder] = Color.Black;

https://reogrid.net/document/control-appearance/



Thanks! It seems to be a careful reading of the document.

Offline

Board footer

Powered by FluxBB