Is there any way to deep clone a Map control?
What I am trying to achieve:
Have a button on the toolbar that splits the window up to four times... so you could have up to four copies of the map all in view. There is then a time slider that will be attached to each map so you can control the time extent of each map independently and see different data at different times.
I am trying to achieve this functionality in a reusable toolkit, so ideally don???t want the toolkit user to have to create 4 maps to feed the control.
Thanks a lot for any help!