Board index » delphi » string grid - grid line colors

string grid - grid line colors

Is there a property that sets the color of the grid lines in a StringGrid?
 

Re:string grid - grid line colors


Quote
In article <3c824a68_2@dnews>, Jud McCranie wrote:
> Is there a property that sets the color of the grid lines in a StringGrid?

No, unfortunately not. It is hardcoded in the TCustomgrid class.

--
Peter Below (TeamB)  100113.1...@compuserve.com)
No e-mail responses, please, unless explicitly requested!
Use the newsgroup archives :
http://www.mers.com/searchsite.html
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be

Re:string grid - grid line colors


Hello, Jud!
You wrote  on Sun, 3 Mar 2002 11:08:07 -0500:

 JM> Is there a property that sets the color of the grid lines in a
 JM> StringGrid?

Try TRxDrawGrid from RxLib.
Set OnGetCellText event to >>Text:=MyStringArray[ACol,Arow];<<

With best regards, Arioch /BDV/.  E-mail: the_Ari...@yahoo.com

Re:string grid - grid line colors


Quote
> Try TRxDrawGrid from RxLib.
> Set OnGetCellText event to >>Text:=MyStringArray[ACol,Arow];<<

Where can I get RxLib?  The places where I tried to get it either didn't
work or weren't in English.

Re:string grid - grid line colors


See also www.profgrid.com
Quote
"Jud McCranie" <jud.mccra...@mindspring.com> wrote: news:3c824a68_2@dnews...
> Is there a property that sets the color of the grid lines in a StringGrid?

Re:string grid - grid line colors


Hello, Jud!
You wrote  on Sun, 3 Mar 2002 19:36:17 -0500:

 >> Try TRxDrawGrid from RxLib.
 >> Set OnGetCellText event to >>Text:=MyStringArray[ACol,Arow];<<

 JM> Where can I get RxLib?  The places where I tried to get it either
 JM> didn't work or weren't in English.

www.torry.net -> search

 Here is last original authors release. And unofficial ports to D6.

Or www.sourceforge.net -> search

  Here is attempt to continue it. 1st release was intended to make it
compatible with D6 (and maybe fix some bugs?)

With best regards, Arioch /BDV/.  E-mail: the_Ari...@yahoo.com

Other Threads