1
votes

we need to customise the Extended Selection in WPF ListBox. What I need to do is be able to Drag and Select Multiple items(Similar to selecting in excel)

Extended selection in Listbox works fine but for that I have to hold the Shiftkey and drag.

Is there a way I can do the multiple selection just by dragging and not holding the shift key down?

Thanks for looking.

Regards Saurabh Dighade

1

1 Answers

0
votes

This looked promising. I haven't tested it though.

http://www.codeproject.com/KB/WPF/MultiSelectListView2.aspx

Also, a similar SO post: Drag-select with ListBox