Right now I have two tabs in a tabview that I want to be as wide/high as the text it contains (plus reasonable padding). However, as near as I can tell after reading through the tab and button matrix docs, this cannot be done.
The closest I’ve come is adding blank tabs (e.g., " "), but the user would still be able to select the tabs (animation and all), and there does not seem to be a reasonable method of disabling pressing on tabs.
It would be nice as a designer to be able to have full control over a tab’s sizing (see screenshot). At the very least, it would be reasonable to be able to disable tab buttons so that blanks could be added to “adjust” the size.
Thank you.
PS. It would also be nice to update the docs to point out how to adjust the width using padding when tabs are left/right-positioned.