Ghost1372

everything can be handy

SimpleStackPanel

It is recommended to use this lightweight class instead StackPanel.

1
public class SimpleStackPanel : Panel
1
2
3
<hc:SimpleStackPanel>
<Button Content="Item1"/>
</hc:SimpleStackPanel>
0%