How change the minimum item width in Tab Container

Hello,
How I can change the minimum item width in Tab Container when my browser shrink down? The default size is very small and I’d like to change with value with larger size.
I try min-width in style but it cause I always have scroll bar even I have enough space. I also try overflow: hidden but it doesn’t work for tab container.

Did you ever figure out how to do the minWidth? I’ve used maxWidth on buttons to keep them from growing too much, but I’m stuck on using minWidth on the size of a tabbed view as well.

Try this: On the root container of the tab-based view, under Props->Style add in minWidth with the value you want in pixels. You can still shrink the window beyond that point, but the overflow will take over instead of continuing to reduce the content.