MS Flex Grid not skinned |
Post Reply |
Author | |
shane
Newbie Joined: 15 November 2006 Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 01 December 2006 at 2:54am |
I use MS Flexgrid in VB6 in quite a bit of my projects. Oddly, only the scroll bars are affected when applying a style. Column labels, cell background etc. are not skinned. I would use the codejock report tool but it doesn't support word wrap in a cell. Is there something I can do to get Flex grid to skin properly?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
It looks like problem of MS Flexgrid. It doesn't catch changing system colors to redraw self.
You can simpy reproduce it if you change system theme in System Appearance - FlexGrid will not update self.
One of workaround manually set again colors of labels/selection:
MSFlexGrid1.BackColorFixed = &H80000000
MSFlexGrid1.BackColorFixed = &H8000000F |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |