I’ve been trying to get a multi-tab view for a dashboard page to display more results but I seem to be limited to 10 for the time being as the tabs don’t seem to want to display the scroll bar.
I currently have it written as New-UDTabs -Variant 'Scrollable' -ScrollButtons 'Auto' -Tabs { [...] } but even when I load more tabs, it doesn’t display as I would expect. Likewise when I set the ScrollButtons parameter to On. When I load more than 10 tabs, the content just spills over and looks weird.
Ah! Yes, once I wrapped in a container it stopped the spill-over issue, and then changing the Variant and Scrollbuttons parameters to lowercase made the scroll buttons appear as intended.