Spread Silverlight Documentation
ShowScrollTip Enumeration
Example Example 


GrapeCity.Windows.SpreadSheet.Data Namespace : ShowScrollTip Enumeration
Specifies how the scroll tip is shown for a GcSpreadsheet control.
Syntax
'Declaration
 
Public Enum ShowScrollTip 
   Inherits System.Enum
'Usage
 
Dim instance As ShowScrollTip
public enum ShowScrollTip : System.Enum 
Members
MemberDescription
Both Specifies that horizontal and vertical scroll tips are shown.
Horizontal Specifies that only the horizontal scroll tip is shown.
None Specifies that no scroll bar tip is shown.
Vertical Specifies that only the vertical scroll tip is shown.
Example
This example sets the ShowScrollTip enumeration.
gcSpreadSheet1.ShowScrollTip = GrapeCity.Windows.SpreadSheet.Data.ShowScrollTip.Both;
gcSpreadSheet1.Workbook.ShowResizeTip = GrapeCity.Windows.SpreadSheet.Data.ShowResizeTip.Both;
gcSpreadSheet1.ShowScrollTip = GrapeCity.Windows.SpreadSheet.Data.ShowScrollTip.Both
gcSpreadSheet1.Workbook.ShowResizeTip = GrapeCity.Windows.SpreadSheet.Data.ShowResizeTip.Both
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.ShowScrollTip

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace