GetSelectedItems returns 1 in XTP_PGN_SELECTION_CH |
Post Reply |
Author | |
apautrot
Groupie Joined: 16 April 2009 Location: France Status: Offline Points: 18 |
Post Options
Thanks(0)
Posted: 12 March 2010 at 3:44am |
Hi,
Using v 13.1.0 With EnableMultiLine ( TRUE ), when notified of XTP_PGN_SELECTION_CHANGED, GetSelectedItems always returns 1 when multiple items are selected. Can you suggest a workaround, this issue is blocking us. Can be easily reproduced in sample : Add m_wndPropertyGrid.EnableMultiSelect ( TRUE ); just after creation of property grid. Then, in code that handle notification of XTP_PGN_SELECTION_CHANGED, add the following : CArray<int,int> oSelection; m_wndPropertyGrid.GetSelectedItems ( &oSelection ); int i = oSelection.GetCount(); Thank you in advance. |
|
Win 7 x64 VS 2008 CJ 15.13 |
|
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 |