GrapeCity.Xaml.SpreadSheet.UI
HorizontalScrollable Property
Example 


Gets or sets a value that indicates whether the horizontal scroll bar is scrollable.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property HorizontalScrollable As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.HorizontalScrollable = value
 
value = instance.HorizontalScrollable
[DefaultValue()]
public bool HorizontalScrollable {get; set;}

Property Value

true if the horizontal scroll bar is scrollable; otherwise, false.
Example
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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options