Alex2018
Hi,
I am using Tab section.
Can I modify them via CSS or JavaScript to vertical tab
Thanks
SPARK Support
Hi Alex,
The Tab Section is essentially a Stack control with buttons across the top. I would suggest using a Horizontal Layout with a Vertical Layout on the left and a Stack control on the right. Then populate the Vertical Layout with a series of buttons that call the Stack control’s setCurrentPane(index).
Regards,
Stephen P.