ThinkGeo.com    |     Documentation    |     Premium Support

Problem with setting PanZoomBar position

 


Hi all, 


 


I am trying to set the PanZoomBar to the right top corner with the following code. But it doesn't work. The PanZoomBar is not even visible once Ihave set the Vertical and Horizontal alligment property. 


I am running WPF Desktop version 4.5. It is a bug or is there something I have done wrong? 


 




            wpfMap1.MapTools.PanZoomBar.HorizontalAlignment
                = HorizontalAlignment.Right;

            wpfMap1.MapTools.PanZoomBar.VerticalAlignment
                = VerticalAlignment.Top;


The MapUnit is set to meter and ShowLogo is off.



wpfMap1.MapUnit = GeographyUnit.Meter;
wpfMap1.AdornmentOverlay.ShowLogo = false;


Keith, 
  
 Thanks for your post, as so far we cannot reproduce your problem correctly, I have a question to ask you that the PanZoomBar was not visible when you set the vertical and horizontal properties? If you didn’t set these two properties, it worked fine? 
  
 We tested many times used your code and tried many cases, but we still cannot reproduce it, if you are not using the latest version of WpfDesktop edition, please get the latest one to try again, 
  
 Thanks, 
  
 Scott,