Hi,
First i just want to say, very cool control.
I have a small problem, i'm using the ZoomContentControl in a map application,
and I want to let the user select a location on the map with a drawing-pin (using an image to draw the pin on the map). The requirement is that the drawing-pin will move with the map and retain its position, but on the other hand, remain the same size if the map is zoomed.
If I define the pin as a content in the control, than it behaves as required during pan, but not during zoom. If I define the pin external to the control, it behaves as required when zooming, but changes position when panning.
I need to implement the behavior of the pin, and would appreciate support in how to do this. If I implement the pin as content of the control, is there a capability that will allow me to define that this content does not zoom. As I did not find this capability in your documentation, I assume that I need to implement the behavior of the pin as external to the control.
In this case, please advise how to implement the pin position so that it tracks the original position in the picture before the pan.
First i just want to say, very cool control.
I have a small problem, i'm using the ZoomContentControl in a map application,
and I want to let the user select a location on the map with a drawing-pin (using an image to draw the pin on the map). The requirement is that the drawing-pin will move with the map and retain its position, but on the other hand, remain the same size if the map is zoomed.
If I define the pin as a content in the control, than it behaves as required during pan, but not during zoom. If I define the pin external to the control, it behaves as required when zooming, but changes position when panning.
I need to implement the behavior of the pin, and would appreciate support in how to do this. If I implement the pin as content of the control, is there a capability that will allow me to define that this content does not zoom. As I did not find this capability in your documentation, I assume that I need to implement the behavior of the pin as external to the control.
In this case, please advise how to implement the pin position so that it tracks the original position in the picture before the pan.