![]() |
Insert a grid item |
Post Reply
|
| Author | |
Uzi Yachin
Newbie
Joined: 30 August 2004 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: Insert a grid itemPosted: 08 November 2004 at 6:01am |
|
I have to insert a grid item between existing items rather than to add it as a last child. Is there a way to do it? If not, are you going to add this feature in the next versions?
|
|
![]() |
|
Alex H.
Senior Member
Joined: 12 February 2004 Status: Offline Points: 266 |
Post Options
Thanks(0)
Quote Reply
Posted: 18 November 2004 at 2:52am |
|
I have the same problem -> Any solution for that ??
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 November 2004 at 12:52am |
|
We added new InsertChildItem and InsertCategory methods. You can add them manually in source: for 9.50/9.51: CXTPPropertyGridItem* CXTPPropertyGridItem::InsertChildItem(int nIndex, CXTPPropertyGridItem* pItem) ASSERT(pItem->m_pParent == NULL); pItem->OnAddChildItem(); if (m_bVisible) return pItem; void CXTPPropertyGridItems::InsertAt(int nIndex, CXTPPropertyGridItem* pItem) {
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Uzi Yachin
Newbie
Joined: 30 August 2004 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 November 2004 at 1:17am |
|
Thanks.
|
|
![]() |
|
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 |