wpf listview drag select multiple items

Posted by Carlo on Stack Overflow See other posts from Stack Overflow or by Carlo
Published on 2010-05-19T21:30:18Z Indexed on 2010/05/21 23:30 UTC
Read the original article Hit count: 563

Filed under:

Just wondering if anyone has any idea on how to do this. I want to let the user select multiple items by clicking and dragging the mouse (without letting the click go). Say the user clicks on item 1, then drags down to item 10; item 1 through 10 should get selected as if he clicked item 1, then shift + clicked on item 10.

Let me know thanks!

© Stack Overflow or respective owner

Related posts about wpf