Binding vehicle details
This commit is contained in:
parent
f1c9711746
commit
a622c84467
Binary file not shown.
Binary file not shown.
@ -5,7 +5,7 @@
|
|||||||
xmlns:model="using:AutoCatCore.Model">
|
xmlns:model="using:AutoCatCore.Model">
|
||||||
|
|
||||||
<DataTemplate x:Key="VehicleDetailTemplate" x:DataType="model:Vehicle">
|
<DataTemplate x:Key="VehicleDetailTemplate" x:DataType="model:Vehicle">
|
||||||
<Grid Margin="16">
|
<Grid Margin="16" RowSpacing="16">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto"/>
|
<RowDefinition Height="Auto"/>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="*"/>
|
||||||
@ -15,6 +15,7 @@
|
|||||||
<Image Source="{Binding Brand.Logo}" Height="50"/>
|
<Image Source="{Binding Brand.Logo}" Height="50"/>
|
||||||
<TextBlock Text="{Binding Brand.Name.Original}" FontSize="24" VerticalAlignment="Center"/>
|
<TextBlock Text="{Binding Brand.Name.Original}" FontSize="24" VerticalAlignment="Center"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</DataTemplate>
|
</DataTemplate>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user