Spread Silverlight Documentation
ShowScrollTip Property (Workbook)
Example 


GrapeCity.Windows.SpreadSheet.Data Namespace > Workbook Class : ShowScrollTip Property
Gets or sets whether to display a scroll tip.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property ShowScrollTip As ShowScrollTip
'Usage
 
Dim instance As Workbook
Dim value As ShowScrollTip
 
instance.ShowScrollTip = value
 
value = instance.ShowScrollTip
[System.ComponentModel.DefaultValue()]
public ShowScrollTip ShowScrollTip {get; set;}
Example
This example uses the ShowScrollTip property.
gcSpreadSheet1.ShowResizeTip = GrapeCity.Windows.SpreadSheet.Data.ShowResizeTip.Both;
gcSpreadSheet1.Workbook.ShowScrollTip = GrapeCity.Windows.SpreadSheet.Data.ShowScrollTip.Both;
GcSpreadSheet1.ShowResizeTip = GrapeCity.Windows.SpreadSheet.Data.ShowResizeTip.Both
GcSpreadSheet1.Workbook.ShowScrollTip = GrapeCity.Windows.SpreadSheet.Data.ShowScrollTip.Both
See Also

Reference

Workbook Class
Workbook Members