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

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
Hans Hasenack
Newbie
Newbie
Posts: 31
Joined: Thu Feb 22, 2007 12:00 am
Location: Nijmegen, Netherlands
Contact:

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

Post by Hans Hasenack » Mon Mar 05, 2007 2:33 pm

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

tom
Advanced
Posts: 211
Joined: Mon Dec 01, 2003 5:00 am
Contact:

Post by tom » Sun Mar 11, 2007 6:34 pm

To select multiple shapes:

Set SingleSelection property to False;

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

Regards,
tom

Hans Hasenack
Newbie
Newbie
Posts: 31
Joined: Thu Feb 22, 2007 12:00 am
Location: Nijmegen, Netherlands
Contact:

What about mouse based selection?

Post by Hans Hasenack » Mon Mar 12, 2007 7:49 am

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)

Post Reply