Gets or sets a value that indicates whether the horizontal scroll bar is scrollable.
[System.ComponentModel.DefaultValue()]
public System.bool HorizontalScrollable {get; set;}
'Declaration
<System.ComponentModel.DefaultValueAttribute()>
Public Property HorizontalScrollable As System.Boolean
'Usage
Dim instance As SheetView
Dim value As System.Boolean
instance.HorizontalScrollable = value
value = instance.HorizontalScrollable
Property Value
true
if the horizontal scroll bar is scrollable; otherwise,
false
.
This example uses the HorizontalScrollable property.
GcSpreadSheet1.View.HighlightInvalidData = true;
GcSpreadSheet1.View.HorizontalScrollable = true;
GcSpreadSheet1.View.VerticalScrollable = true;
GcSpreadSheet1.View.HighlightInvalidData = True
GcSpreadSheet1.View.HorizontalScrollable = True
GcSpreadSheet1.View.VerticalScrollable = True
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)