Révision 7b67ff55 INRAETemplate/View/VivantView.xaml
INRAETemplate/View/VivantView.xaml | ||
---|---|---|
2 | 2 |
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" |
3 | 3 |
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" |
4 | 4 |
x:Class="INRAETemplate.View.VivantView" |
5 |
xmlns:tools="clr-namespace:INRAETemplate.View.Tools" |
|
5 | 6 |
Title="Formulaire Vivant"> |
6 | 7 |
<Grid> |
7 | 8 |
<StackLayout BackgroundColor="{StaticResource InraePrimary}" Spacing="0"> |
9 |
<tools:ConnectionIndicatorView /> |
|
8 | 10 |
<ScrollView> |
9 | 11 |
<StackLayout Spacing="0"> |
10 | 12 |
<StackLayout |
... | ... | |
27 | 29 |
ItemsSource="{Binding Vivants}" |
28 | 30 |
SelectedItem="{Binding VivantSelectionne}" |
29 | 31 |
ItemDisplayBinding="{Binding VivantNom}"/> |
30 |
<Grid ColumnDefinitions="20*,80*" RowDefinitions="auto,auto">
|
|
32 |
<Grid ColumnDefinitions="25*,75*" RowDefinitions="auto,auto">
|
|
31 | 33 |
<Label Grid.Column="0" |
32 | 34 |
Grid.Row="0" |
33 | 35 |
Text="Id : " |
Formats disponibles : Unified diff