Implement progress reporting when downloading messages (#57)

This commit is contained in:
Alexey Golub
2018-06-25 23:11:34 +03:00
committed by GitHub
parent e4f0b8193f
commit 8678043f0d
6 changed files with 89 additions and 42 deletions

View File

@@ -98,7 +98,8 @@
<!-- Progress bar -->
<ProgressBar
Background="Transparent"
IsIndeterminate="True"
IsIndeterminate="{Binding IsProgressIndeterminate}"
Value="{Binding Progress, Mode=OneWay}"
Visibility="{Binding IsBusy, Converter={StaticResource BoolToVisibilityConverter}}" />
</StackPanel>
</Border>