Is there a way to "drag and scroll" content in a container without having the scrollbars visible? For example, lets say i want to have a large map that users can drag and scroll around but not have any visible scrollbars. I'd love to be able to just use verticalScrollPosition and horizontalScrollPosition, but those get disabled when you set verticalScrollPolicy and horizontalScrollPolicy to off.
Any suggestions would be appreciated. Phil Chung

