Short version:
I would like to implement google maps-style grabbing-and-moving of an area.
Longer version:
I have a layout (let's call it "View") with a fixed size, overflow set to auto. The layout has one member (let's call it "Content"), which has a bigger size, so scrollbars are visible on "view")
Currently, I can move the View around the Content using the scroll bars, but I would like to to this by grabbing the Content with the mouse (like google maps).
Is this supported?
Thank you for your help:
Csillag
I would like to implement google maps-style grabbing-and-moving of an area.
Longer version:
I have a layout (let's call it "View") with a fixed size, overflow set to auto. The layout has one member (let's call it "Content"), which has a bigger size, so scrollbars are visible on "view")
Currently, I can move the View around the Content using the scroll bars, but I would like to to this by grabbing the Content with the mouse (like google maps).
Is this supported?
Thank you for your help:
Csillag
Comment