Change height of tabStrip

Posted by: razeris563 on 18 August 2021, 3:59 am EST

    • Post Options:
    • Link

    Posted 18 August 2021, 3:59 am EST

    Hey guys, I would like to increase the height of the whole tabStrip a bit and perhaps separate tabs as well. Is this possible somehow? I tried to look even in the theme file that i use (gc.spread.sheets.excel2013white.css) but unfortunately i couldn’t find anything.

  • Posted 18 August 2021, 4:10 am EST

    Height and width *

  • Posted 19 August 2021, 7:51 am EST

    Hi,

    For changing the width:

    if you are using the tab strip on left and right positions then you may use the tabStripWidth options. Please refer to the following code snippet and let us know if you face any issues.

    
    spread.options.tabStripWidth = 200; 
    
    

    if you are using the tab strip on top or bottom then you could use the tabStripRatio option to increase the tab strip area. Please refer to the following code snippet and let us know if you face any issues.

    
    spread.options.tabStripRatio = 0.8
    
    

    Changing the height:

    We are sorry but spreadJS does not support changing the height of the tab strip. We are sorry for the inconvenience.

    tab strip docs: https://www.grapecity.com/spreadjs/docs/v14/online/tabstrip.html

    I hope this clarifies the issue.

    Regards,

    Avinash

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels