I tried implementing a left click+drag feature to select inside the list, but unfortunately didn't succeed.
Have tried using MouseDown, MouseMove, MouseUp events, but still only 1 item was selected, the first one.
The list is rather large, hence storing an ArrayList can prove to be very, very inefficient.
What is the possibility that such a feature is going to be implemented?
Thank you in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I tried implementing a left click+drag feature to select inside the list, but unfortunately didn't succeed.
Have tried using MouseDown, MouseMove, MouseUp events, but still only 1 item was selected, the first one.
The list is rather large, hence storing an ArrayList can prove to be very, very inefficient.
What is the possibility that such a feature is going to be implemented?
Thank you in advance