Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - CXTShellTreeCtrl - shift-click select fails
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTShellTreeCtrl - shift-click select fails

 Post Reply Post Reply
Author
Message Reverse Sort Order
tony85701 View Drop Down
Newbie
Newbie


Joined: 27 July 2010
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote tony85701 Quote  Post ReplyReply Direct Link To This Post Topic: CXTShellTreeCtrl - shift-click select fails
    Posted: 27 July 2010 at 11:25pm
We upgraded from v9.81 to v13.2.1 and now there seems to be a problem with CXTShellTreeCtrl.
With ShowFiles and EnableMultiSelect set to TRUE, we were able to list and make multiple selection of files on the tree.
This seems to be broken on v13.2.1. We can single click to select, or control-click for multiple files, but shift-click collapses the tree down to the Desktop root.
Is this a known issue? Is there a workaround?
 
To reproduce this issue, the GUI_Explorer sample project can be used. Just add:

m_shellTree.ShowFiles(TRUE);

m_shellTree.EnableMultiSelect(TRUE);
 
after the shell tree create call.
 
Any info will be appreciated.
 
Thanks
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.109 seconds.