Hi
I would like to let the user move EventPoints in the timeline. What I need (I think) to be able to accomplish this:
a) create an EventHandler for the MouseLeftButtonDown of the EventPoint
b) get the EventPoint's underlying TimeLineData entry and change it
c) based on the current position of the cursor in the Axis in the MouseMove EventHandler
Can you show me how to do this?
You can try the attached sample. You can move the axis event points with the mouse.