customizing report control group box |
Post Reply |
Author | |
younicke
Senior Member Joined: 11 March 2005 Status: Offline Points: 107 |
Post Options
Thanks(0)
Posted: 03 June 2008 at 1:47am |
how do i change the backcolor of the GroupByNoItemsText when using the columnstyle = xtpColumnOffice2003? I can change the backcolor of the groupbybox but cannot change the backcolor of the "Drag a column header..." text. Any way to do it?
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
There is a way of doing this......
ReportControlGlobalSettings.ColorManager.SetColor STDCOLOR_BTNFACE, wndReportControl.PaintManager.GroupBoxBackColor
IMPORTANT: This will change all items set with color (vb)ButtonFace as well !!!!
You have to be carefull with this, I tried to set a color and now I can't get it back as it was. Seems that GlobalSettings will be saved somewhere
I suggest you pick a safer way and have the GroupBoxBackColor set to vbButtonface
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
younicke
Senior Member Joined: 11 March 2005 Status: Offline Points: 107 |
Post Options
Thanks(0)
|
thanks aaron, it worked.
i almost thought that its not possible as i already have tried almost all the properties of the paintmanager of the rc control. thanks again |
|
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 |