Hi there
When I have a number of records loaded, and one is selected, the selection bar shows in blue.
When the control loses focus, the blue change to gray.
In XP it works fine, but it Vista you can hardly see the gray.
How can I change this to always be blue, even if the control loses focus.
Cheers,
Michael
Selection Color in Vista
Yes, I agree with that.
The thing is that I use the default Vista settings without changing the color schema.
That is why I would like to know if I can change the color of the selection bar.
I would think that more user's will have this problem when migrating to Vista, and won't want to change the Vista color schema.
The thing is that I use the default Vista settings without changing the color schema.
That is why I would like to know if I can change the color of the selection bar.
I would think that more user's will have this problem when migrating to Vista, and won't want to change the Vista color schema.
This depends on the grid you are using. You should refer to the documentation of your grid, or contact its vendor.
If you are using the standard grid, you can paint grid cells manually. An example you can see in the CahedUpdates demo. For more information see description of the DrawDataCell event in the Delphi help.
If you are using the standard grid, you can paint grid cells manually. An example you can see in the CahedUpdates demo. For more information see description of the DrawDataCell event in the Delphi help.