Background color of selected row when focus lost |
Post Reply |
Author | |
nighthawk
Senior Member Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
Posted: 06 July 2006 at 9:20pm |
How do I set the background color of the selected row when the ReportControl looses focus?
Right now, the background color of a selected row is dark gray which I can control with the ReportControl.PaintManager.HighlightBackColor property. When the ReportControl looses focus, it changes to a light gray but it is too light and hard to see so I am looking for a property to change that color. Is there a property for this? |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
By default it takes standard COLOR_BTNTEXT system color value, and this could be changed only in C++/MFC version of the control.
-- WBR, Serge |
|
nighthawk
Senior Member Joined: 11 June 2004 Status: Offline Points: 167 |
Post Options
Thanks(0)
|
Any chance you can make this a customizeable property in the next release?
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Look for following properties in the latest version:
.ReportPaintManager.SelectedRowBackColor; .ReportPaintManager.SelectedRowForeColor; -- WBR, Serge |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |