Scroll view with mouse drag event

Hi,
Is it possible that view can be scrolled or moved horizontally by mousedrag event without using that horizontal scrollbar?

Do you mean when dragging an object, or grabbing the view itself and dragging (like Google maps)?

Hi,

I mean that only grabbing the view itself, the view should be dragged with all objects accordingly, not while draging any object.
Thanks

You can enable Google Maps style panning using the instructions in the GoWin API reference manual under the topic “GoToolPanning class, remarks”. (By default, it is enabled as the middle mouse button.)

ok, that's sufficient for our application.
Thanks a lot.