Browse Source

fix build

pull/21566/head
Emmanuel Hansen 2 months ago
parent
commit
d838fea454
  1. 2
      samples/SafeAreaDemo/Views/MainView.xaml

2
samples/SafeAreaDemo/Views/MainView.xaml

@ -36,7 +36,7 @@
VerticalAlignment="Bottom"
HorizontalAlignment="Stretch"
HorizontalContentAlignment="Left" >Safe Area</Label>
<InputPaneAwareView ResizeMode="Pan">
<InputPaneAwareView Behavior="Pan">
<Border BorderBrush="Blue"
BorderThickness="1">
<Grid>

Loading…
Cancel
Save