Print Page | Close Window

SetHelpHeight of CXTPPropertyGrid

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=13430
Printed Date: 23 June 2025 at 6:30am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: SetHelpHeight of CXTPPropertyGrid
Posted By: Hiroaki
Subject: SetHelpHeight of CXTPPropertyGrid
Date Posted: 17 February 2009 at 7:07am
Hi!
 
I use ToolKitPro V11.2.2 , VS2008 and Windows Vista.
 

I have a question about HelpHeight function of CXTPPropertyGrid.

  

CXTPPropertyGrid prop;

int a = prop.GetHelpHeight();

.

..

prop.SetHelpHeight(a);

  

Even if I set 300 in a,

When prop.SetHelpHeight(a) is executes, prop.SetHelpHeight(a) becomes same as prop.SetHelpHeight(71).

Is there the maximum in a?

 

I would appreciate if you give me any advice.




Replies:
Posted By: Oleg
Date Posted: 17 February 2009 at 7:28am
Hi,
 
Yes, there have to be at least 20 pixels for main view.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Hiroaki
Date Posted: 17 February 2009 at 8:04am
Hi!
 
I'm afraid I do not understand Oleg's advice.
 
My app has 768 over pixels for main view of  CXTPPropertyGrid.
 

Again, prop.SetHelpHeight(500) becomes same as prop.SetHelpHeight(71).
 
And, SetHelpHeight always become 71 even if I appoint a number exceeding 71. 
 
 


Posted By: Oleg
Date Posted: 17 February 2009 at 11:31am
Guess you resize it to 768 pixels after you call SetHelpHeight. try to resize it before.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Hiroaki
Date Posted: 17 February 2009 at 7:22pm
Oleg-san
Thanks to your advice, I was able to do it.
 
 



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