|
|
|
@ -8,16 +8,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollView Orientation="Both">
|
|
|
|
|
<VerticalStackLayout x:Name="Part">
|
|
|
|
|
<HorizontalStackLayout>
|
|
|
|
|
<Image Source="{Binding partitions[0].Image}"
|
|
|
|
|
<VerticalStackLayout >
|
|
|
|
|
<HorizontalStackLayout x:Name="Part">
|
|
|
|
|
<Image Source="{Binding Image}"
|
|
|
|
|
HeightRequest="600"
|
|
|
|
|
WidthRequest="400"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<VerticalStackLayout Margin="15" WidthRequest="375">
|
|
|
|
|
<Label Text="{Binding partitions[0].Description}" />
|
|
|
|
|
<Label Text="{Binding Description}" />
|
|
|
|
|
|
|
|
|
|
<Grid Margin="15">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
@ -76,7 +76,7 @@
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</HorizontalStackLayout>
|
|
|
|
|
<Border Stroke="#000080" >
|
|
|
|
|
<CollectionView ItemsSource="{Binding partitions}" ItemsLayout="HorizontalList" >
|
|
|
|
|
<CollectionView x:Name="Part2" ItemsSource="{Binding partitions}" ItemsLayout="HorizontalList" >
|
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
<Grid Padding="10">
|
|
|
|
|