scrowView gamepreparation

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

@ -156,14 +156,16 @@
VerticalTextAlignment="Center"
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">
<Label
<StackLayout
x:Name="NameList">
<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