verticalScrollBarEnabled property
getter/setter pair
Define whether the vertical scrollbar should be drawn or not. The default value is true.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - View.setVerticalScrollBarEnabled)
- iOS WKWebView (Official API - UIScrollView.showsVerticalScrollIndicator)
- Web <iframe> but requires same origin:
- It must have the same value of horizontalScrollBarEnabled to take effect.
Implementation
bool? verticalScrollBarEnabled;