parent
4b7337a7f5
commit
2cfe0aba38
@ -1,34 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
||||||
x:Class="Banquale.Views.NewPage1">
|
|
||||||
|
|
||||||
|
|
||||||
<VerticalStackLayout>
|
|
||||||
<Label
|
|
||||||
Text="Welcome to .NET MAUI!"
|
|
||||||
VerticalOptions="Center"
|
|
||||||
HorizontalOptions="Center" />
|
|
||||||
|
|
||||||
<Button
|
|
||||||
Text="Click me"
|
|
||||||
Clicked="Button_Clicked"/>
|
|
||||||
|
|
||||||
<Button
|
|
||||||
Clicked="ArrowBack" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<ListView ItemsSource="{Binding ListeClients}" x:Name="ListViewID">
|
|
||||||
<ListView.ItemTemplate>
|
|
||||||
<DataTemplate>
|
|
||||||
<ViewCell>
|
|
||||||
<Label Text="{Binding Nom}" />
|
|
||||||
</ViewCell>
|
|
||||||
</DataTemplate>
|
|
||||||
</ListView.ItemTemplate>
|
|
||||||
</ListView>
|
|
||||||
|
|
||||||
</VerticalStackLayout>
|
|
||||||
</ContentPage>
|
|
Loading…
Reference in new issue