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