Insert a grid item |
Post Reply |
Author | |
Uzi Yachin
Newbie Joined: 30 August 2004 Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 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)
|
I have the same problem -> Any solution for that ??
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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)
|
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 |