別のスタックパネルを持つスタックパネルがあり、2番目のパネルを最初のスタックパネルの中央に配置したいと思います。垂直配置は何も動作しません。子アイテムを親の高さの中心に垂直に配置する方法
誰でもこれに取り組んでいますか?私はあなたの助けをしたいと思います。
更新:
<StackPanel Grid.Row="0" Grid.RowSpan="4" Background="White" Visibility="Visible" Orientation="Vertical">
<StackPanel VerticalAlignment="Center" Grid.Row="0">
<ProgressBar Margin="0,15,0,0"
IsIndeterminate="True"
IsEnabled="True" Foreground="Black"/>
<TextBlock Visibility="Visible" Margin="6,6,6,15" Foreground="Black" FontSize="21" TextWrapping="WrapWholeWords" HorizontalAlignment="Center" Text="Loading..."/>
</StackPanel>
</StackPanel>
はあなたがしようとしたかを示しますか? –
私はmotherスタックの向きをveritcalとchildスタックに設定してみました。 – Shiva
私たちにコードを見せてください。 –