We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b1577 commit bf5f47bCopy full SHA for bf5f47b
FluentWeather.Uwp/Pages/MainPage.xaml
@@ -29,11 +29,14 @@
29
</converters:ValueConverterGroup>
30
</Page.Resources>
31
<Grid>
32
+ <Border Background="#40404040" Canvas.ZIndex="2" Visibility="{x:Bind ViewModel.IsLoading,Mode=OneWay}">
33
+ <muxc:ProgressRing Height="100" Width="100"/>
34
+ </Border>
35
+
36
<ScrollViewer
37
x:Name="MainScrollViewer"
38
x:FieldModifier="Public"
39
Canvas.ZIndex="1"
- IsEnabled="{x:Bind ViewModel.IsLoading, Mode=OneWay, Converter={StaticResource BoolNegationConverter}}"
40
VerticalScrollBarVisibility="Auto">
41
<Grid
42
x:Name="ContentGrid"
0 commit comments