Tagged Questions

2
votes
1answer
268 views

WPF Custom lasso selector?

How can I implement a custom lasso selector on InkCanvas ? How to detect involved inks or elements by collecting points generated by mouse move ? Just point me to namespaces & classes that .Net ...
0
votes
0answers
190 views

Select Canvas children using lasso selection

I have a Canvas with several elements, some of which implement a simple interface called ISelectable. In order to select these ISelectable elements, I'm currently using an adorner to draw a ...
0
votes
1answer
730 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 ...