scrowView gamepreparation

master
Baptiste ARNAUD 5 years ago
parent 9e43bbfc54
commit 6e19c46456

@ -157,13 +157,15 @@
HorizontalTextAlignment="Center"/>
</StackLayout>-->
<StackLayout
x:Name="NameList"
<ScrollView
Grid.Column="0"
Grid.Row="1"
Margin="10,0,0,0">
Grid.Row="1"
Margin="10,0,0,0">
<StackLayout
x:Name="NameList">
<Label
<Label
Text="Entrer vos pseudo ici:"
TextColor="{DynamicResource WhiteColor}"
FontSize="16"
@ -176,9 +178,9 @@
HorizontalOptions="Center"
MinimumWidthRequest="50"
WidthRequest="200"/>
</StackLayout>
</StackLayout>
</ScrollView>
</Grid>
</ScrollView>

Loading…
Cancel
Save