| Subject | Re: [IBO] IB_Grid & changing the selected row color | 
|---|---|
| Author | Lucas Franzen | 
| Post date | 2004-06-15T07:29:46Z | 
Bob,
Bob Zirbel schrieb:
component on your main datamodule and set the SelectedColor property.
The selected color (of single rows in a TIB_Grid) is read from the
standard windows setting (ie default = dark blue)
If you want to use a different one for single rows then set the
CurrentRowColor property of the IB_Grid.
Luc.
            Bob Zirbel schrieb:
> Hi allIf it's about the color for a multi select then set a IB_SessionProps
>
> Can anyone tell me how to change the currently selected row color
> (blue/navy) of an IB_Grid?
> I tried the obvious CurrentRowColor property and a dozen other
> combinations of settings to no avail.
component on your main datamodule and set the SelectedColor property.
The selected color (of single rows in a TIB_Grid) is read from the
standard windows setting (ie default = dark blue)
If you want to use a different one for single rows then set the
CurrentRowColor property of the IB_Grid.
Luc.