Domanda How to disable scrolling in webview control

  • venerdì 11 maggio 2012 21:13
     
     

    I do not want any scrolling in the webview control. How do I do this? I tried disabling attached properties ScrollViewer.HorizontalScrollMode.

Tutte le risposte

  • venerdì 11 maggio 2012 23:05
     
     
    what if you set

    ScrollViewer.VerticalScrollBarVisibility

    ="Disabled"
  • sabato 12 maggio 2012 19:20
     
     

    Tried that. Does not work.

    Another question for WebView control. How to clear cache. When the html page changed, the changes did not reflect in the webview. I had to uninstall and reinstall the application to see the changes.