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