How can I enable (or show) the ScrollViewer in WebBrowser control?
You can’t. The WebBrowserControl does not have a ScrollViewer in its parts.. You also can’t put it inside a scrollViewer because WebBrowserControl handles all touch within its space.
That said, the control should already implement the tough gestures (pan, zoom, etc.).