No scroll buttons on New-UDTabs [v4.0.7]

No scroll buttons on New-UDTabs [v4.0.7]

avatar
Product: PowerShell Universal
Version: 4.0.7


I’m trying to get -scrollbuttons to work on New-UDTabs but cant see that it’s making any difference.

Here’s my example code:

New-UDTabs -Tabs {
    New-UDTab -Text 'Test1' -Icon (New-UDIcon -Icon house) -Content {
    }
    New-UDTab -Text 'Test2' -Icon (New-UDIcon -Icon house) -Content {
    }
    New-UDTab -Text 'Test3' -Icon (New-UDIcon -Icon house) -Content {
    }
    New-UDTab -Text 'Test4' -Icon (New-UDIcon -Icon house) -Content {
    }
    New-UDTab -Text 'Test5' -Icon (New-UDIcon -Icon house) -Content {
    }
    New-UDTab -Text 'Test6' -Content {
    }
} -ScrollButtons on


e2050bcb5d26fe78f5021ade52f7a512a6dbcb5b

When I minimise the width of the browser it cuts off items in my menu and there are no scroll buttons from what I can see.

e2050bcb5d26fe78f5021ade52f7a512a6dbcb5b.png

avatar
(anonymous user)

Recommended Answer

All Comments (1)