Changement en Grid

Popup_qui_marche_pas
Jade VAN BRABANDT 2 years ago
parent e36a8a8ae9
commit ebed0c7fae

@ -3,7 +3,6 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Stim.MainPage" x:Class="Stim.MainPage"
Title="STIM" Title="STIM"
Background="black"> Background="black">
<ScrollView> <ScrollView>
@ -13,7 +12,6 @@
<ColumnDefinition Width="*" /> <ColumnDefinition Width="*" />
<ColumnDefinition Width="*"/> <ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/> <ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions> </Grid.ColumnDefinitions>
<Border Grid.Column="0" Grid.Row="0" > <Border Grid.Column="0" Grid.Row="0" >
@ -25,14 +23,14 @@
<Border Grid.Column="2" Grid.Row="0" > <Border Grid.Column="2" Grid.Row="0" >
<Button Background="transparent" Grid.Column="2" Grid.Row="0" FontSize="40" Text="Bouton 3" WidthRequest="325"></Button> <Button Background="transparent" Grid.Column="2" Grid.Row="0" FontSize="40" Text="Bouton 3" WidthRequest="325"></Button>
</Border> </Border>
<Border Grid.Column="3" Grid.Row="0" >
<Button Background="transparent" Grid.Column="3" Grid.Row="0" FontSize="40" Text="Bouton 4" WidthRequest="325"></Button>
</Border>
</Grid> </Grid>
<Grid> <Grid>
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="*" /> <ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/> <ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/> <ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/> <ColumnDefinition Width="*"/>
@ -42,136 +40,192 @@
<RowDefinition Height="*"/> <RowDefinition Height="*"/>
</Grid.RowDefinitions> </Grid.RowDefinitions>
<Border Margin="10,10,10,10">
<HorizontalStackLayout WidthRequest="335">
<VerticalStackLayout>
<Image Source="eldenring.jpg" WidthRequest="335"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/>
<HorizontalStackLayout>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="RPG"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Souls"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Game of the Year (2022)"/>
</HorizontalStackLayout>
</VerticalStackLayout>
</HorizontalStackLayout>
</Border>
<Border Margin="10,10,10,10" Grid.Column="1">
<HorizontalStackLayout WidthRequest="335">
<VerticalStackLayout>
<Image Source="eldenring.jpg" WidthRequest="335"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/>
<HorizontalStackLayout>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Aventure"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Reflexion"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="First Person Shooter"/>
</HorizontalStackLayout>
</VerticalStackLayout>
</HorizontalStackLayout>
</Border>
<Border Margin="10,10,10,10" Grid.Column="2">
<HorizontalStackLayout WidthRequest="335">
<VerticalStackLayout>
<Image Source="eldenring.jpg" WidthRequest="335"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/>
<HorizontalStackLayout>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Aventure"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Reflexion"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="First Person Shooter"/>
</HorizontalStackLayout>
</VerticalStackLayout>
</HorizontalStackLayout> <Border Margin="10,10,10,0">
</Border> <Grid>
<Grid.RowDefinitions>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
</Grid.RowDefinitions>
<Border Margin="10,10,10,10" Grid.Column="3"> <Image Source="eldenring.jpg" Aspect="AspectFit" Margin="0,0,0,0"/>
<HorizontalStackLayout WidthRequest="335"> <Label TextColor="White" FontAttributes="Bold" FontSize="30" Margin="5" FontFamily="arial" Text="Elden Ring" Grid.Row="1" HorizontalTextAlignment="Center"/>
<VerticalStackLayout>
<Image Source="eldenring.jpg" WidthRequest="335"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/>
<HorizontalStackLayout>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Aventure"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Reflexion"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="First Person Shooter"/>
</HorizontalStackLayout>
</VerticalStackLayout>
</HorizontalStackLayout> <Grid Grid.Row="2">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :" Grid.Row="0"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Game of the year" Grid.Row="1"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - RPG" Grid.Row="2"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Souls" Grid.Row="3"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="25/02/2022" Grid.Column="2" HorizontalTextAlignment="End" VerticalTextAlignment="End"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Elden Ring is an action role-playing game played in a third person perspective, with gameplay focusing on combat and exploration. It features elements similar to those found in other games developed by FromSoftware, such as the Dark Souls series, Bloodborne, and Sekiro: Shadows Die Twice." Grid.Row="3"/>
</Grid>
</Border> </Border>
<Border Margin="10,10,10,10" Grid.Column="0" Grid.Row="1"> <Border Margin="10,10,10,0" Grid.Column="1">
<Grid>
<HorizontalStackLayout WidthRequest="335"> <Grid.RowDefinitions>
<VerticalStackLayout> <RowDefinition Height="auto"/>
<Image Source="eldenring.jpg" WidthRequest="335"/> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/> <RowDefinition Height="auto"/>
<HorizontalStackLayout> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/> </Grid.RowDefinitions>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="RPG"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Souls"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Game of the Year (2022)"/>
</HorizontalStackLayout>
</VerticalStackLayout>
</HorizontalStackLayout> <Image Source="eldenring.jpg" Aspect="AspectFit" Margin="0,0,0,0"/>
<Label TextColor="White" FontAttributes="Bold" FontSize="30" Margin="5" FontFamily="arial" Text="Elden Ring" Grid.Row="1" HorizontalTextAlignment="Center"/>
<Grid Grid.Row="2">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :" Grid.Row="0"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Game of the year" Grid.Row="1"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - RPG" Grid.Row="2"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Souls" Grid.Row="3"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="25/02/2022" Grid.Column="2" HorizontalTextAlignment="End" VerticalTextAlignment="End"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Elden Ring is an action role-playing game played in a third person perspective, with gameplay focusing on combat and exploration. It features elements similar to those found in other games developed by FromSoftware, such as the Dark Souls series, Bloodborne, and Sekiro: Shadows Die Twice." Grid.Row="3"/>
</Grid>
</Border> </Border>
<Border Margin="10,10,10,10" Grid.Column="1" Grid.Row="1"> <Border Margin="10,10,10,0" Grid.Column="2">
<HorizontalStackLayout WidthRequest="335"> <Grid>
<VerticalStackLayout> <Grid.RowDefinitions>
<Image Source="eldenring.jpg" WidthRequest="335"/> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/> <RowDefinition Height="auto"/>
<HorizontalStackLayout> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Aventure"/> </Grid.RowDefinitions>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Reflexion"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="First Person Shooter"/> <Image Source="eldenring.jpg" Aspect="AspectFit" Margin="0,0,0,0"/>
</HorizontalStackLayout> <Label TextColor="White" FontAttributes="Bold" FontSize="30" Margin="5" FontFamily="arial" Text="Elden Ring" Grid.Row="1" HorizontalTextAlignment="Center"/>
</VerticalStackLayout>
<Grid Grid.Row="2">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
</HorizontalStackLayout> <Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :" Grid.Row="0"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Game of the year" Grid.Row="1"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - RPG" Grid.Row="2"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Souls" Grid.Row="3"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="25/02/2022" Grid.Column="2" HorizontalTextAlignment="End" VerticalTextAlignment="End"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Elden Ring is an action role-playing game played in a third person perspective, with gameplay focusing on combat and exploration. It features elements similar to those found in other games developed by FromSoftware, such as the Dark Souls series, Bloodborne, and Sekiro: Shadows Die Twice." Grid.Row="3"/>
</Grid>
</Border> </Border>
<Border Margin="10,10,10,10" Grid.Column="2" Grid.Row="1"> <Border Margin="10,10,10,0" Grid.Column="3">
<HorizontalStackLayout WidthRequest="335"> <Grid>
<VerticalStackLayout> <Grid.RowDefinitions>
<Image Source="eldenring.jpg" WidthRequest="335"/> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/> <RowDefinition Height="auto"/>
<HorizontalStackLayout> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Aventure"/> </Grid.RowDefinitions>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Reflexion"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="First Person Shooter"/>
</HorizontalStackLayout>
</VerticalStackLayout>
</HorizontalStackLayout> <Image Source="eldenring.jpg" Aspect="AspectFit" Margin="0,0,0,0"/>
<Label TextColor="White" FontAttributes="Bold" FontSize="30" Margin="5" FontFamily="arial" Text="Elden Ring" Grid.Row="1" HorizontalTextAlignment="Center"/>
<Grid Grid.Row="2">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :" Grid.Row="0"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Game of the year" Grid.Row="1"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - RPG" Grid.Row="2"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Souls" Grid.Row="3"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="25/02/2022" Grid.Column="2" HorizontalTextAlignment="End" VerticalTextAlignment="End"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Elden Ring is an action role-playing game played in a third person perspective, with gameplay focusing on combat and exploration. It features elements similar to those found in other games developed by FromSoftware, such as the Dark Souls series, Bloodborne, and Sekiro: Shadows Die Twice." Grid.Row="3"/>
</Grid>
</Border> </Border>
<Border Margin="10,10,10,10" Grid.Column="3" Grid.Row="1"> <Border Margin="10,10,10,0" Grid.Row="2">
<HorizontalStackLayout WidthRequest="335"> <Grid>
<VerticalStackLayout> <Grid.RowDefinitions>
<Image Source="eldenring.jpg" WidthRequest="335"/> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/> <RowDefinition Height="auto"/>
<HorizontalStackLayout> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Aventure"/> </Grid.RowDefinitions>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Reflexion"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="First Person Shooter"/> <Image Source="eldenring.jpg" Aspect="AspectFit" Margin="0,0,0,0"/>
</HorizontalStackLayout> <Label TextColor="White" FontAttributes="Bold" FontSize="30" Margin="5" FontFamily="arial" Text="Elden Ring" Grid.Row="1" HorizontalTextAlignment="Center"/>
</VerticalStackLayout>
</HorizontalStackLayout> <Grid Grid.Row="2">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :" Grid.Row="0"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Game of the year" Grid.Row="1"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - RPG" Grid.Row="2"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Souls" Grid.Row="3"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="25/02/2022" Grid.Column="2" HorizontalTextAlignment="End" VerticalTextAlignment="End"/>
</Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Elden Ring is an action role-playing game played in a third person perspective, with gameplay focusing on combat and exploration. It features elements similar to those found in other games developed by FromSoftware, such as the Dark Souls series, Bloodborne, and Sekiro: Shadows Die Twice." Grid.Row="3"/>
</Grid>
</Border> </Border>
</Grid> </Grid>
</VerticalStackLayout> </VerticalStackLayout>
</ScrollView> </ScrollView>

Loading…
Cancel
Save