Tagged Questions
4
votes
3answers
600 views
Multiple selection in a TreeView
I am using a Windows Forms TreeView control in my program. I would like to allow the user to select multiple nodes at the same level by dragging their mouse pointer around (also called a "lasso" ...
0
votes
0answers
203 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 ...