This question is locked. New answers and comments are not allowed.
I am using RadDragAndDropManager to drag items from a RadPanelBar to an ItemsControl that has a canvas set as it's ItemsPanel.
The ItemsControl that I am dragging on to is inside of a LayoutTransformer control from the Silverlight toolkit, that has a scale applied to it. I am using it to have a zoom functionality on the canvas.
The issue is that the RadDragAndDropManager does not seem to realize when the LayoutTransformer has changed the size of the canvas. For example, say I start with a canvas size of 100 x 100, then I zoom in to 200%. The RadDragAndDropManager will not report a drop on anything outside of the original 100 x 100 size on the screen.
Is there anyway to resolve this?
The ItemsControl that I am dragging on to is inside of a LayoutTransformer control from the Silverlight toolkit, that has a scale applied to it. I am using it to have a zoom functionality on the canvas.
The issue is that the RadDragAndDropManager does not seem to realize when the LayoutTransformer has changed the size of the canvas. For example, say I start with a canvas size of 100 x 100, then I zoom in to 200%. The RadDragAndDropManager will not report a drop on anything outside of the original 100 x 100 size on the screen.
Is there anyway to resolve this?