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