mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
Trucs
This commit is contained in:
parent
2ccaef236b
commit
384463ef9b
1 changed files with 5 additions and 0 deletions
|
|
@ -28,4 +28,9 @@
|
|||
</ListView.ItemTemplate>
|
||||
</ListView>
|
||||
</ContentPage.Content>
|
||||
<ContentPage.Triggers>
|
||||
<DataTrigger TargetType="ContentPage" Binding="{Binding}" Value="{x:Null}">
|
||||
<Setter Property="IsVisible" Value="False" />
|
||||
</DataTrigger>
|
||||
</ContentPage.Triggers>
|
||||
</ContentPage>
|
||||
Loading…
Add table
Add a link
Reference in a new issue