GrapeCity.Xaml.SpreadSheet.UI
VerticalScrollable Property
Example 


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : VerticalScrollable Property
Gets or sets a value that indicates whether the vertical scroll bar is scrollable.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property VerticalScrollable As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.VerticalScrollable = value
 
value = instance.VerticalScrollable
[DefaultValue()]
public bool VerticalScrollable {get; set;}

Property Value

true if the vertical scroll bar is scrollable; otherwise, false.
Example
This example uses the VerticalScrollable 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
See Also

Reference

SheetView Class
SheetView Members