I am using WebView widget to display the html file. My page is scrollable. So, The WebView is in the middle of page and while I am trying to scroll whole page only web view content is scrolling not page. It is affecting user experience as to scroll down page user need to scroll page using scroll bar not possible using mouse or touchpad. So, I need to disable scrolling feature of WebView use only one scroll for entire page also WebView widget must grow according to content inside it.