Saturday, 17 August 2013

How to select multiple items in a data tree view by clicking shift

How to select multiple items in a data tree view by clicking shift

I have a tree view whose architecture is like :-
Company 1
Property 1
Property 2
Company 2
Property 1
Property 2
Property 3
And i want to select all the items between two selected items. i.e. Shift
key + click. Holding the shift key should select all rows between the last
selected line and the line that is clicked while the shift key is held.
For example, if line one is selected, then line 5 if clicked while holding
the shift key, lines 1-5 should all be selected.
How to achieve this ? Pls help..

No comments:

Post a Comment