Is there a way to have the map dynamically resize within a WPF container? Is any sample code demonstrating this available?
Resize Map Dynamically within WPF container
Steve,
I do not think there is easy way to dynamically resize the control just like the WinformsMap because Wpf control remove the Dock property.
Following is a demo which we can simulate this functionary by using a Timer, also with a winformsMap version for comparison.
Any more questions just let me know.
Thanks.
Yale
857-Post5952Demo.zip (18.9 KB)