Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Property Grid
  New Posts New Posts RSS Feed - GridItem.Remove()
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

GridItem.Remove()

 Post Reply Post Reply
Author
Message
Osiris View Drop Down
Groupie
Groupie
Avatar

Joined: 18 June 2007
Status: Offline
Points: 29
Post Options Post Options   Thanks (0) Thanks(0)   Quote Osiris Quote  Post ReplyReply Direct Link To This Post Topic: GridItem.Remove()
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.188 seconds.