Hi all,
I have a scheduler component in TimelineYear view mode, so each cell represents a single day in the year.
I want to have the user be able to mark multiple day like this:
- MouseDown on first day, drag until last day and release Button => new Event
- Mark multiple days with Ctrl-Click and then click a button to create an event on each of the days
. Mark a range of days with click on first day, shift-click on last day, then click button to create event with range
The only thing I currently can detect is a single click on a cell.
Click&Drag does not event mark the cells, and does not raise any event on mouse release
Selecting multiple cells with Ctrl-Click and/or shift-click does not seem to be possible
How can I achieve my goals with schedule component?
How can I react on mouse-down, mouse-up?
Thanks