Two parallel GoView object on same winform

Hi,

I have to add two GoView objects at runtime on a window form.
Form already has toolbar.
So requirement is to add both view objects below form's toolbar.
Both view object's size to be calculated based on visible space below toolbar.
Is it possible to interact b/w two view objects?
Like if i will move one object on one view, then same object on other view would also move accordingly.
Please provide me some example with code details.
It's very very urgent.
Thanks

Is it two GoViews displaying a single underlying GoDocument? If so, then yes, what you want is built-in behavior.

Check the ObjectBrowser sample.