SpreadJS Documentation
showScrollTip Method
How to display the scroll tip.
Gets or sets how to display the scroll tip.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: ShowScrollTip
returnValue = instance.showScrollTip(value);
function showScrollTip( 
   value : ShowScrollTip
) : ShowScrollTip;

Parameters

value
How to display the scroll tip.

Return Value

The setting that represents how to display the scroll tip.
Example
This example uses the showScrollTip method.
spread.showDragDropTip(true);
spread.showDragFillTip(true);
spread.showScrollTip(GcSpread.Sheets.ShowScrollTip.Both);
spread.showResizeTip(GcSpread.Sheets.ShowResizeTip.Both);
Remarks
The default value is ShowScrollTip.None.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.