ThinkGeo.com    |     Documentation    |     Premium Support

Track Zoom

 Hi


I'm converting my winforms app to WPF. I have a button that turns on track zooming i.e. draw a rectangle on the screen and zoom to the rectangle.


I used to do this by doing the following:



PanAndTrackZoomState.IsLeftClickDragKeyPressed = true; 
But I understand this is not supported in WPF map.


How do I achieve the same thing?


 


Cheers


Steve



 




Steve,


 First, to determine how this can be used in the Wpf edition, can you tell us how you have it set up in your Desktop edition? Can you provide the code for IsLeftClickDragKeyPressed in its larger context? Also, can you tell us what behavior you expect exactely from track zoomin? Thank you.



Figured it out thanks. 
  
 Track zooming on = LeftClickDragKey = Keys.None 
  
 Cheers 
  
 Steve

Steve, 
  
  I am glad you could figure out by your self. Good luck in your conversion.