I'm trying to make a wx.html2.WebView high enough that its contents don't need to be scrolled.
I tried using javascript in RunScript to detect that document height is larger than window height, but it won't work on some backends, for which RunScript does not return results.
Can I detect scrollbars on the WebView from Python to adapt the height ? Is there another way ?