ThinkGeo.com    |     Documentation    |     Premium Support

Dynamic resize on Desktop edition platform

Hi,


I encountered an problem while performing dynamic resizing on the main form itself. 

It seemed that the winform did not resize itself with respect to the new length adjustment from main form as shown in the imagesfrom the attachment.


Is there a solution to this problem?


With thanks in advance,


ZP


 



 


 






extent.png (36.7 KB)
shrink.png (46.7 KB)

tan, 
  
 Thank you for your post, you can set the Anchor property of the map panel to ‘Top, Bottom, Left, Right’. 
  
 Regards, 
  
 Gary

Thanks for your advice.


Apparently, this code only allows the map panel to anchor at a certain position of the main form without changing its orginal size during resizing.


Is it possible for the size of the map panel to be adjustable too?


With Regards,


ZP



tan, 
  
 Thank you for your feed back, I think this way can working, you can check our how do i samples and compare it. 
  
 Regards, 
  
 Gary

I think i finally get what you mean. It's working now. Sorry for my poor understanding. 


Just to benefit the rest of the readers with similar problem, this is amended coding required:


 


winformsMap1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top; 


 


Thanks for your help,


ZP



tan, 
  
 Thank you for your feedback and information. 
  
 Any more questions please feel free to let me know. 
  
 Regards, 
  
 Gary