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,135 +40,191 @@
<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"/> <Border Margin="10,10,10,0">
<HorizontalStackLayout> <Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/> <Grid.RowDefinitions>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="RPG"/> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Souls"/> <RowDefinition Height="auto"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Game of the Year (2022)"/> <RowDefinition Height="auto"/>
</HorizontalStackLayout> <RowDefinition Height="auto"/>
</VerticalStackLayout> </Grid.RowDefinitions>
</HorizontalStackLayout> <Image Source="eldenring.jpg" Aspect="AspectFit" Margin="0,0,0,0"/>
</Border> <Label TextColor="White" FontAttributes="Bold" FontSize="30" Margin="5" FontFamily="arial" Text="Elden Ring" Grid.Row="1" HorizontalTextAlignment="Center"/>
<Border Margin="10,10,10,10" Grid.Column="1"> <Grid Grid.Row="2">
<HorizontalStackLayout WidthRequest="335"> <Grid.ColumnDefinitions>
<VerticalStackLayout> <ColumnDefinition Width="*"/>
<Image Source="eldenring.jpg" WidthRequest="335"/> <ColumnDefinition Width="*"/>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/> </Grid.ColumnDefinitions>
<HorizontalStackLayout> <Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :"/> <Grid.RowDefinitions>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Aventure"/> <RowDefinition Height="Auto"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Reflexion"/> <RowDefinition Height="Auto"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="First Person Shooter"/> <RowDefinition Height="Auto"/>
</HorizontalStackLayout> <RowDefinition Height="Auto"/>
</VerticalStackLayout> </Grid.RowDefinitions>
</HorizontalStackLayout> <Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="Tag :" Grid.Row="0"/>
</Border> <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"/>
<Border Margin="10,10,10,10" Grid.Column="2"> <Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text=" - Souls" Grid.Row="3"/>
<HorizontalStackLayout WidthRequest="335"> </Grid>
<VerticalStackLayout> <Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" Text="25/02/2022" Grid.Column="2" HorizontalTextAlignment="End" VerticalTextAlignment="End"/>
<Image Source="eldenring.jpg" WidthRequest="335"/> </Grid>
<Label TextColor="White" FontSize="15" Margin="5" FontFamily="arial" HorizontalTextAlignment="Center" Text="29/01/2004"/> <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"/>
<HorizontalStackLayout> </Grid>
<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>
<Border Margin="10,10,10,10" Grid.Column="3"> <Border Margin="10,10,10,0" Grid.Column="1">
<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">
</HorizontalStackLayout> <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="2">
<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"/> <Image Source="eldenring.jpg" Aspect="AspectFit" Margin="0,0,0,0"/>
<Label TextColor="White" FontSize="10" Margin="5" FontFamily="arial" Text="Game of the Year (2022)"/> <Label TextColor="White" FontAttributes="Bold" FontSize="30" Margin="5" FontFamily="arial" Text="Elden Ring" Grid.Row="1" HorizontalTextAlignment="Center"/>
</HorizontalStackLayout>
</VerticalStackLayout> <Grid Grid.Row="2">
<Grid.ColumnDefinitions>
</HorizontalStackLayout> <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="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"/> <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">
</HorizontalStackLayout> <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="2" 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>
<Grid Grid.Row="2">
</HorizontalStackLayout> <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">
<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>
</Grid> </Grid>
</VerticalStackLayout> </VerticalStackLayout>

Loading…
Cancel
Save