Page 1 of 1

TeeTree allow shift-click and ctrl-click to perform selectio

Posted: Mon Mar 05, 2007 2:33 pm
by 9349350
Currently it is not possible without patches to select multiple nodes using shift-arrow down

I already added a patch for shift-arrow down selection, but would very much see it as native behavior for TCustomTree.

Greetz - Hans

Posted: Sun Mar 11, 2007 6:34 pm
by Tom
To select multiple shapes:

Set SingleSelection property to False;

Set the ShiftState property in the Selected property to your needs. (default ssShift)

Regards,
tom

What about mouse based selection?

Posted: Mon Mar 12, 2007 7:49 am
by 9349350
shift-click and ctrl-click don't work as expected...

:oops:

(I'm afraid I was sleepy writing my topic body -> I actually meant shift-click and ctrl-click as stated in the topic header)