Version

ScrollBars Property

Gets or sets the scroll bars shown in the workbook window.
Syntax
public ScrollBars ScrollBars {get; set;}

Property Value

The scroll bars shown in the workbook window.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe assigned value is not defined in the ScrollBars enumeration.
Remarks

The vertical scroll bar occupies the entire height of the application if it is visible.

The horizontal scroll bar occupies the width of the application not used by the worksheet tab bar, if it is visible. Otherwise, it occupies the entire width of the application.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also