Print Page | Close Window

Item Grid lines colours

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=12567
Printed Date: 20 July 2025 at 12:30pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Item Grid lines colours
Posted By: markmark
Subject: Item Grid lines colours
Date 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



Replies:
Posted By: Aaron
Date 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....


Posted By: markmark
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net