Ghost1372

everything can be handy

ElementGroup

Attributes

Property
Orientation

Example

1
2
3
4
5
6
7
8
9
10
<dev:ElementGroup>
<Button HorizontalAlignment="Stretch"
Content="Button" />
<Button HorizontalAlignment="Stretch"
Content="Button" />
<Button HorizontalAlignment="Stretch"
Content="Button" />
<Button HorizontalAlignment="Stretch"
Content="Button" />
</dev:ElementGroup>

Demo

you can run demo and see this feature.

DevWinUI

0%