Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
Select a node only if either Ctrl or Shift key is pressed
posted

Hi,
      I have a multicolumn WinTree with the following properties,

ultraTree1.ViewStyle = ViewStyel.Grid
ultraTree1.Override.SelectionType = SelectType.Extended;
ultraTree1.FullRowSelect = false;


 with these settings when a node is clicked it is getting activated and also Selected.  However my requirement is to select the node only when either Ctrl or Shift key is pressed.  Please suggest how to attain this functionality.

Thanks for any help,
spm

Parents
  • 69832
    Offline posted

    I would imagine one solution to this problem would be to cancel the BeforeSelect event if the Ctrl or Shift key is not pressed.

Reply Children