Product: PowerShell Universal
Version: 4.2.13
Does anyone know how to align a new-udupload?
I’d assume under the hood it was just the same as the new-udbutton element but it doesnt have the -fullwidth param.
Normally when i want to centre align things, i just stick a div around them and center it like this:
New-UDElement -tag div -Attributes @{align="center"} -content {
<other components here>
}
However this method doesnt seem to work with new-udupload either.
I’ve got this odd looking configuation:
For reference, the button above is setup like this:
Any pointers appreciated