UDGrid size quastions

Hi,
I’m wondering what only -Size are doing? When I was testing it do seem that if you use only -Size then it’s used for all the different display sizes. I’m guessing that’s correct right?

I also wondering if someone know what size I should use for iPAD? For iPhone ExtraSmallSize is perfect and for computers LargeSize is good as then LargSize are also showing up for extralargesize.

Size is just an alias for ExtraSmallSize for some reason. I really think it should just set all the sizes to the same value.

        [Alias("Size")]
        [ValidateRange(1, 12)]
        [Parameter(ParameterSetName = "Item")]
        [int]$ExtraSmallSize,

As for sizing, it looks like small sizes are tablet sizes.

Nvm I did see the link now. Thanks :wink:

1 Like