Sort() problem in 12.0.1 |
Post Reply |
Author | |
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Post Options
Thanks(0)
Posted: 14 December 2009 at 11:46am |
pMyCategory->GetChilds()->Clear(); However, if I destroy the object completely and re-add it, it works! pMyCategory->Remove();
pMyCategory = m_wndPropertyGrid.AddCategory(IDS_MY_CATEGORY); // Add items... pMyCategory->GetChilds()->Sort(); // Works! I've only tested this in 12.0.1. Do you recognize this behavior?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, After Sort you can call grid.Refresh() to update items.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |