You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pivot.apache.org by Edvin Syse <es...@syse.no> on 2011/09/06 09:36:10 UTC

Multiselect in TreeView - select range?

Is it currently possible to select a range by holding down a modifier if the TreeView is in SelectMode.MULTI? On Windows, I can only pick one and one by holding down Ctrl it seems.

-- Edvin

Re: SV: Multiselect in TreeView - select range?

Posted by Greg Brown <gk...@verizon.net>.
As I recall, we chose not to implement it because we didn't feel that the additional complexity was justified (i.e. it wasn't a common enough use case). But I certainly don't see any harm in adding it.

On Sep 6, 2011, at 8:59 AM, Edvin Syse wrote:

>> No, TreeView doesn't support range selection via Shift-Click like ListView
>> and TableView - only via Control-Click.
> 
> Do you feel like it would have value? I might take a look at implementing it, atleast to support range-select within the same parent node maybe? (I think that's the most common usecase, but ofcourse it would depend on what the data models). 


SV: Multiselect in TreeView - select range?

Posted by Edvin Syse <es...@syse.no>.
> No, TreeView doesn't support range selection via Shift-Click like ListView
> and TableView - only via Control-Click.

Do you feel like it would have value? I might take a look at implementing it, atleast to support range-select within the same parent node maybe? (I think that's the most common usecase, but ofcourse it would depend on what the data models). 

Re: Multiselect in TreeView - select range?

Posted by Greg Brown <gk...@verizon.net>.
No, TreeView doesn't support range selection via Shift-Click like ListView and TableView - only via Control-Click.
G

On Sep 6, 2011, at 3:36 AM, Edvin Syse wrote:

> Is it currently possible to select a range by holding down a modifier if the TreeView is in SelectMode.MULTI? On Windows, I can only pick one and one by holding down Ctrl it seems.
> 
> -- Edvin