Answer the question
In order to leave comments, you need to log in
How to force Grid to take up all available space in StatusBar?
<StatusBar Grid.Row="3">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto"/>
<ColumnDefinition/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<TextBlock Text="Ничего не выполняется" FontSize="12" Grid.Column="0" VerticalAlignment="Top"/>
<ProgressBar Grid.Column="1" Margin="5 0 5 0" VerticalAlignment="Center" Height="15"/>
<TextBlock Text="100%" Grid.Column="2" FontSize="12" Margin="5 0 5 0" VerticalAlignment="Center"/>
</Grid>
</StatusBar>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question