[]
Spread.Sheets.ScrollbarAppearance
Specifies the appearance of both vertical and horizontal scrollbar.
example
//This example displays a mobile scrollbar mode.
spread.options.scrollbarAppearance = GC.Spread.Sheets.ScrollbarAppearance.mobile;
• mobile = 1
Specifies the fashionable mobile scrollbars appearance which could be customized.
• skin = 0
Specifies the excel-like classic scrollbars appearance.