Print Page | Close Window

2 bugs in PropertyGrid?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Property Grid
Forum Description: Topics Related to Codejock Property Grid
URL: http://forum.codejock.com/forum_posts.asp?TID=9914
Printed Date: 24 April 2024 at 9:52am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: 2 bugs in PropertyGrid?
Posted By: jpbro
Subject: 2 bugs in PropertyGrid?
Date Posted: 17 March 2008 at 2:57pm
If you use LockRedraw and then change the HelpHeight property, the splitter & help height position change, but the properties grid height stays the same (meaning you can see all of the Help text, or resize it manually). For example:


Private Sub Form_Load()
   With Me.PropertyGrid1
      .LockRedraw = True
     
      .HelpHeight = .HelpHeight * 2
  
      .LockRedraw = False
   End With
End Sub


Also, there are no members for the PropertyGridUpdateContext enumeration as used by the EndUpdate mehtod.



Replies:
Posted By: Aaron
Date Posted: 28 March 2008 at 8:26am
Hi,
 
You are right !!! The same "bug" when setting the Verbs height. Normally you would not use the property like this but it could be...


Posted By: jpbro
Date Posted: 28 March 2008 at 9:58am
Hi Aaron,

The bug still seems to be there in v12, so I posted it in the beta comments thread (including a mention of VerbsHeight). Thanks for verifying the bug.




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