GoOverview control (Web Based)

quick one,
(background) your Demo1 Example with GoWeb controls, has a GoOverview control that gives a overview of the main view.
In this GoOverview control there is a green square that actaully marks the outline of the view or the area the GoView control displays.
(observation)if you try and drag this square it behaves differently each time. (drag inside the square). Sometimes it moves, some times it resizes small, sometimes it resizes big.
Question) is there a way to control this feature. so that the user can only drag this sqaure and not resize it. (or is there a way to make this predictable)
Thanks
DA

I haven’t tried this, but I would think that just removing the zooming tool in the GoOverview would get you the effect you want:
anOverview.ReplaceMouseTool(typeof(GoToolZooming), null);

It Worked
Thank you,
Don Almeida