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