Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Item Grid lines colours
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Item Grid lines colours

 Post Reply Post Reply
Author
Message
markmark View Drop Down
Senior Member
Senior Member


Joined: 30 November 2007
Status: Offline
Points: 142
Post Options Post Options   Thanks (0) Thanks(0)   Quote markmark Quote  Post ReplyReply Direct Link To This Post Topic: Item Grid lines colours
    Posted: 29 October 2008 at 11:41am

Hi

 

Is it possible to change the colour of the grid lines, and for a single item?

 

Thanks

 

Mark
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2008 at 12:10pm
Hi Mark,
 
  1. It's not possible to have gridlines with different colors. Maybe there is something possible with MarkUp but for now only captions support markup.
  2. Dim Item As PropertyGridItem
    Dim ItemProp As PropertyGridItem
       
        Set Item = wndPropertyGrid.AddCategory("Test")
            Set ItemProp = Item.AddChildItem(PropertyItemString, "String", "String Value")
                ItemProp.ValueMetrics.BackColor = vbRed
       
 
You can also have different backcolor for captions: ItemProp.CaptionMetrics.BackColor = vbRed
 
 
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....
Back to Top
markmark View Drop Down
Senior Member
Senior Member


Joined: 30 November 2007
Status: Offline
Points: 142
Post Options Post Options   Thanks (0) Thanks(0)   Quote markmark Quote  Post ReplyReply Direct Link To This Post Posted: 30 October 2008 at 5:13am
Thanks Aaron
 
 
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.250 seconds.