GridItem.Remove() |
Post Reply |
Author | |
Osiris
Groupie Joined: 18 June 2007 Status: Offline Points: 29 |
Post Options
Thanks(0)
Posted: 20 February 2008 at 8:47am |
Hi Oleg,
I want to delete an item of a property grid like shown here: CXTPPropertyGridItem* pItem = grid.GetSelectedItem(); if( pItem ) { // delete selected item from grid pItem->Remove(); } I get an exception in CXTPPropertyGridView::_RefreshIndexes(). As long as I worked with the version 11.1.3 all worked fine. This exception occured after I switched to version 11.2.1. What could be the cause of this? Thanks in advance Stefan |
|
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 |