Spread.Sheets Documentation
ShowScrollTip Enumeration
Specifies how the scroll tip is displayed.
Members
MemberDescription
bothSpecifies that horizontal and vertical scroll tips are displayed.
horizontalSpecifies that only the horizontal scroll tip is displayed.
noneSpecifies that no scroll tip is displayed.
verticalSpecifies that only the vertical scroll tip is displayed.
Example
This example displays both scroll tips.
spread.options.showDragDropTip = true;
spread.options.showDragFillTip = true;
spread.options.showScrollTip = GC.Spread.Sheets.ShowScrollTip.both;
spread.options.showResizeTip = GC.Spread.Sheets.ShowResizeTip.both;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.ShowScrollTip

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.