Révision 22c79571 GES_PAC/View/CreateDayView.xaml
GES_PAC/View/CreateDayView.xaml | ||
---|---|---|
19 | 19 |
HorizontalOptions="Center" /> |
20 | 20 |
<VerticalStackLayout Spacing="15" WidthRequest="300"> |
21 | 21 |
|
22 |
<!-- Lieu -->
|
|
22 |
<!-- Elevage -->
|
|
23 | 23 |
<VerticalStackLayout> |
24 | 24 |
|
25 | 25 |
<Label Text="Elevage" FontSize="14" TextColor="Gray" FontAttributes="Bold"/> |
26 | 26 |
|
27 | 27 |
<Picker Grid.Column="0" |
28 |
ItemsSource="{Binding Places}"
|
|
29 |
SelectedItem="{Binding SelectedPlace}"
|
|
28 |
ItemsSource="{Binding Elevages}"
|
|
29 |
SelectedItem="{Binding SelectedElevage}"
|
|
30 | 30 |
FontSize="16" |
31 | 31 |
Title="Sélectionner un élevage"/> |
32 | 32 |
|
33 |
<Label Text="Sélectionnez un lieu"
|
|
33 |
<Label Text="Sélectionnez un élevage"
|
|
34 | 34 |
FontSize="12" |
35 | 35 |
TextColor="Red" |
36 | 36 |
IsVisible="{Binding PlaceError}"/> |
Formats disponibles : Unified diff