Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You can display tooltips when resizing or scrolling in the control or when dragging or moving data.
The following image displays a scroll tip.

The drag drop tip display is different depending on the setting of the referenceStyle property in the Workbook method. The following image displays the A1 reference style for the drag drop tip.
The following image displays a drag drop tip.

Using Code
This example displays tooltips.

JavaScript

Copy Code

spread.options.showDragDropTip = true;spread.options.showDragFillTip = true;spread.options.showScrollTip = GC.Spread.Sheets.ShowScrollTip.Both;spread.options.showResizeTip = GC.Spread.Sheets.ShowResizeTip.Both;

 

See Also
Workbook Method

  • No labels