Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Property Grid
  New Posts New Posts RSS Feed - 2 bugs in PropertyGrid?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

2 bugs in PropertyGrid?

 Post Reply Post Reply
Author
Message
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1354
Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Topic: 2 bugs in PropertyGrid?
    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.
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: 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...
Back to Top
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1354
Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post 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.

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.156 seconds.