mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-16 15:19:56 +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.ItemTemplate>
|
||||||
</ListView>
|
</ListView>
|
||||||
</ContentPage.Content>
|
</ContentPage.Content>
|
||||||
|
<ContentPage.Triggers>
|
||||||
|
<DataTrigger TargetType="ContentPage" Binding="{Binding}" Value="{x:Null}">
|
||||||
|
<Setter Property="IsVisible" Value="False" />
|
||||||
|
</DataTrigger>
|
||||||
|
</ContentPage.Triggers>
|
||||||
</ContentPage>
|
</ContentPage>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue