Question

I am currently using Caliburn and I have the following scenario.

I have a MultiPresenterManager and the CurrentPresenter is set to a Presenter that contains a Canvas. inside the Canvas Presenter View, I have a ContentControl with the Content bound ({Binding Canvas}) and then caliburn's events hooked for the ContentControl.

I want to be able to move objects around on the canvas.

I need to 1. Bind the Canvas to some element in the view 2. Bind the events (MouseMove, MouseDown) to the Canvas

I cannot seem to get this behavior right.

Does anyone have some ideas?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top