[]
        
(Showing Draft Content)

GC.Spread.Sheets.ShowScrollTip

Enumeration: ShowScrollTip

Spread.Sheets.ShowScrollTip

Specifies how the scroll tip is displayed.

example

//This example displays both resize 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;

Table of contents

Enumeration members

Enumeration members

both

both = 3

Specifies that horizontal and vertical scroll tips are displayed.


horizontal

horizontal = 1

Specifies that only the horizontal scroll tip is displayed.


none

none = 0

Specifies that no scroll tip is displayed.


vertical

vertical = 2

Specifies that only the vertical scroll tip is displayed.