Tagged Questions

0
votes
1answer
738 views

WPF implementing a rubberband type selection within a listbox

I'm trying to allow rubberband or lasso type selection of the items in the listbox that the user wants selected. My Listbox is in a grid and to the grid I added a control that draws a rectangle over ...