![]() |
how to change the height of CXTPPropertyGridItemE |
Post Reply
|
| Author | |
cornhead75
Newbie
Joined: 03 August 2007 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Topic: how to change the height of CXTPPropertyGridItemEPosted: 17 August 2007 at 7:45am |
|
how to change the height of CXTPPropertyGridItemEnum
I mean the dropdown list of CXTPPropertyGridItemEnum. Im using Xtreme toolkit pro 9.60(there is no function - SetHeight ) |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 August 2007 at 8:24am |
|
Hello,
there was no method in 9.60.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
cornhead75
Newbie
Joined: 03 August 2007 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 August 2007 at 8:27am |
|
I know there is no the function...
so,,,,,how to change the height? |
|
![]() |
|
Barto
Groupie
Joined: 27 February 2005 Location: Germany Status: Offline Points: 60 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 August 2007 at 5:07am |
|
in XTPPropertyGridInplaceList.cpp in method void CXTPPropertyGridInplaceList::Create(CXTPPropertyGridItem* pItem, CRect rect)
find: rect.bottom += nHeight * __min(10, GetCount()) + 2;
replace 10 by the number of items you want to display and rebuild toolkit DLL. |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |