ButtonをStretchさせたいときどうするんですか(Align{Left|Right}WithPanelをtrueにしたり、HorizontalAlignmentをStretchさせてもダメ
— ぼんぷろ (@bonprosoft) 2015, 9月 11
はいっ
<RelativePanel> <Button x:Name="Button1" Content="Button" HorizontalAlignment="Stretch" RelativePanel.AlignLeftWithPanel="True" RelativePanel.AlignRightWithPanel="True" /> </RelativePanel>