Gets or sets a value indicating whether to display the horizontal scroll bar.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowHorizontalScrollBar { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowHorizontalScrollBar As Boolean |
true to display the horizontal scroll bar; otherwise, false. The default is true.
See Also