|
12 | 12 | <Page.Resources> |
13 | 13 | <VM:ProfilePageViewModel x:Key="vm"/> |
14 | 14 | </Page.Resources> |
| 15 | + |
| 16 | + <ScrollViewer VerticalScrollBarVisibility="Auto"> |
15 | 17 |
|
16 | 18 | <Grid x:Name="AllGrids" Background="White" DataContext="{StaticResource vm}"> |
17 | 19 | <Grid.RowDefinitions> |
|
22 | 24 | <RowDefinition Height="10*"/> |
23 | 25 | <RowDefinition Height="10*"/> |
24 | 26 | <RowDefinition Height="20*"/> |
25 | | - <RowDefinition Height="5*"/> |
| 27 | + <RowDefinition Height="5*" MinHeight="50px"/> |
26 | 28 | </Grid.RowDefinitions> |
27 | 29 | <Grid.ColumnDefinitions> |
28 | | - <ColumnDefinition Width="5*"/> |
29 | | - <ColumnDefinition Width="5*"/> |
| 30 | + <ColumnDefinition Width="1*"/> |
| 31 | + <ColumnDefinition Width="9*"/> |
30 | 32 | <ColumnDefinition Width="80*"/> |
31 | | - <ColumnDefinition Width="5*"/> |
32 | | - <ColumnDefinition Width="5*"/> |
| 33 | + <ColumnDefinition Width="9*"/> |
| 34 | + <ColumnDefinition Width="1*"/> |
33 | 35 | </Grid.ColumnDefinitions> |
34 | | - <Canvas x:Name="PhotoCarousel" Grid.Column="1" Grid.Row ="1" Grid.ColumnSpan="3" Grid.RowSpan="1" Background="#23000000"/> |
35 | | - <Grid x:Name="MainInfoGrid" Grid.Column="2" Grid.Row="2" Background="#220046FF"> |
| 36 | + <Canvas x:Name="PhotoCarousel" Grid.Column="1" Grid.Row ="1" Grid.ColumnSpan="3" Grid.RowSpan="1" Background="#23000000" MinHeight="450px"/> |
| 37 | + <Grid x:Name="MainInfoGrid" Grid.Column="2" Grid.Row="2" Background="#220046FF" MinHeight="150px"> |
36 | 38 | <Grid.ColumnDefinitions> |
37 | 39 | <ColumnDefinition Width="25*"/> |
38 | 40 | <ColumnDefinition Width="25*"/> |
|
43 | 45 | <RowDefinition Height="60*"/> |
44 | 46 | <RowDefinition Height="40*"/> |
45 | 47 | </Grid.RowDefinitions> |
46 | | - <Label x:Name="NameLabel" HorizontalAlignment="Center" Content="{Binding Name}" Grid.ColumnSpan="4" Grid.RowSpan="1" FontSize="48"/> |
47 | | - <Label x:Name="AgeLabel" Content="24 jaar" HorizontalAlignment="Center" Grid.Row="1" VerticalAlignment="Stretch" FontSize="20"/> |
48 | | - <Label x:Name="LocationLabel" Content="Zwolle" Grid.Column="1" HorizontalAlignment="Center" Grid.Row="1" FontSize="20" VerticalAlignment="Stretch"/> |
49 | | - <Label x:Name="SchoolNameLabel" Content="Windesheim" Grid.Column="2" HorizontalAlignment="Center" Grid.Row="1" FontSize="20" VerticalAlignment="Stretch"/> |
50 | | - <Label x:Name="EducationLabel" Content="HBO-ICT" Grid.Column="3" HorizontalAlignment="Center" Grid.Row="1" FontSize="20" VerticalAlignment="Stretch"/> |
| 48 | + <Label x:Name="NameLabel" HorizontalAlignment="Center" Content="{Binding Name}" Grid.ColumnSpan="4" Grid.RowSpan="1" FontSize="32"/> |
| 49 | + <Label x:Name="AgeLabel" Content="{Binding Age}" HorizontalAlignment="Center" Grid.Row="1" VerticalAlignment="Stretch" FontSize="16"/> |
| 50 | + <Label x:Name="LocationLabel" Content="{Binding City}" Grid.Column="1" HorizontalAlignment="Center" Grid.Row="1" FontSize="16" VerticalAlignment="Stretch"/> |
| 51 | + <Label x:Name="SchoolNameLabel" Content="{Binding School}" Grid.Column="2" HorizontalAlignment="Center" Grid.Row="1" FontSize="16" VerticalAlignment="Stretch"/> |
| 52 | + <Label x:Name="EducationLabel" Content="{Binding Study}" Grid.Column="3" HorizontalAlignment="Center" Grid.Row="1" FontSize="16" VerticalAlignment="Stretch"/> |
51 | 53 | </Grid> |
52 | | - <Grid x:Name="InterestsGrid" Grid.Column="2" Grid.Row="3" Background="#220046FF"/> |
53 | | - <Grid x:Name="InformationTextGrid" Grid.Column="2" Grid.Row="4" Background="#220046FF"> |
54 | | - <TextBlock x:Name="DescriptionTextBox" TextWrapping="WrapWithOverflow" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="10,10,10,10" FontSize="18" Text="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."/> |
| 54 | + <Grid x:Name="InterestsGrid" Grid.Column="2" Grid.Row="3" Background="#220046FF" MinHeight="100px"/> |
| 55 | + <Grid x:Name="InformationTextGrid" Grid.Column="2" Grid.Row="4" Background="#220046FF" MinHeight="250px"> |
| 56 | + <TextBlock x:Name="DescriptionTextBox" TextWrapping="WrapWithOverflow" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="10,10,10,10" FontSize="18" Text="{Binding Description}"/> |
55 | 57 | </Grid> |
56 | 58 | <Grid/> |
57 | | - <Grid x:Name="QAGrid" Grid.Column="2" Grid.Row="5" Background="#220046FF"/> |
| 59 | + <Grid x:Name="QAGrid" Grid.Column="2" Grid.Row="5" Background="#220046FF" MinHeight="250px"/> |
58 | 60 | <Grid/> |
59 | | - <Grid x:Name="PriorityGrid" Grid.Column="2" Grid.Row="6" Background="#220046FF"> |
| 61 | + <Grid x:Name="PriorityGrid" Grid.Column="2" Grid.Row="6" Background="#220046FF" MinHeight="210px"> |
60 | 62 | <Grid.ColumnDefinitions> |
61 | 63 | <ColumnDefinition Width="2*"/> |
62 | 64 | <ColumnDefinition Width="8*"/> |
|
70 | 72 | <RowDefinition Height="1*"/> |
71 | 73 | <RowDefinition Height="1*"/> |
72 | 74 | </Grid.RowDefinitions> |
73 | | - <Label x:Name="PriorityLabelIntelligence" Grid.Column="0" Grid.Row="0" Content="Intelligentie" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="18" Margin="10,0,0,0"/> |
| 75 | + <Label x:Name="PriorityLabelIntelligence" Grid.Column="0" Grid.Row="0" Content="Intelligentie" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="16" Margin="10,0,0,0"/> |
74 | 76 | <ProgressBar x:Name="IntelligenceProgressBar" Grid.Column="1" Grid.Row="0" Background="#220046FF" Margin="10,10,10,10" Value="50" Foreground="#FF0615B0" MaxHeight="12" MinHeight="12"/> |
75 | 77 |
|
76 | | - <Label x:Name="FysicsLabel" Grid.Column="0" Grid.Row="1" Content="Fysieke Activiteiten" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="18" Margin="10,0,0,0"/> |
| 78 | + <Label x:Name="FysicsLabel" Grid.Column="0" Grid.Row="1" Content="Fysieke Activiteiten" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="16" Margin="10,0,0,0"/> |
77 | 79 | <ProgressBar x:Name="FysicsProgressBar" Grid.Column="1" Grid.Row="1" Background="#220046FF" Margin="10,10,10,10" Value="20" Foreground="#FF0615B0" MaxHeight="12" MinHeight="12"/> |
78 | 80 |
|
79 | | - <Label x:Name="ClubbingLabel" Grid.Column="0" Grid.Row="2" Content="Uitgaansleven" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="18" Margin="10,0,0,0"/> |
| 81 | + <Label x:Name="ClubbingLabel" Grid.Column="0" Grid.Row="2" Content="Uitgaansleven" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="16" Margin="10,0,0,0"/> |
80 | 82 | <ProgressBar x:Name="ClubbingProgressBar" Grid.Column="1" Grid.Row="2" Background="#220046FF" Margin="10,10,10,10" Value="90" Foreground="#FF0615B0" MaxHeight="12" MinHeight="12"/> |
81 | 83 |
|
82 | | - <Label x:Name="NatureLabel" Grid.Column="0" Grid.Row="3" Content="Natuur" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="18" Margin="10,0,0,0"/> |
| 84 | + <Label x:Name="NatureLabel" Grid.Column="0" Grid.Row="3" Content="Natuur" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="16" Margin="10,0,0,0"/> |
83 | 85 | <ProgressBar x:Name="NatureProgressBar" Grid.Column="1" Grid.Row="3" Background="#220046FF" Margin="10,10,10,10" Value="3" Foreground="#FF0615B0" MaxHeight="12" MinHeight="12"/> |
84 | 86 |
|
85 | | - <Label x:Name="PoliticsLabel" Grid.Column="0" Grid.Row="4" Content="Politiek" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="18" Margin="10,0,0,0"/> |
| 87 | + <Label x:Name="PoliticsLabel" Grid.Column="0" Grid.Row="4" Content="Politiek" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="16" Margin="10,0,0,0"/> |
86 | 88 | <ProgressBar x:Name="PoliticsProgressBar" Grid.Column="1" Grid.Row="4" Background="#220046FF" Margin="10,10,10,10" Value="65" Foreground="#FF0615B0" MaxHeight="12" MinHeight="12"/> |
87 | 89 |
|
88 | | - <Label x:Name="WorkLabel" Grid.Column="0" Grid.Row="5" Content="Werk prestaties" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="18" Margin="10,0,0,0"/> |
| 90 | + <Label x:Name="WorkLabel" Grid.Column="0" Grid.Row="5" Content="Werk prestaties" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="16" Margin="10,0,0,0"/> |
89 | 91 | <ProgressBar x:Name="WorkProgressBar" Grid.Column="1" Grid.Row="5" Background="#220046FF" Margin="10,10,10,10" Value="45" Foreground="#FF0615B0" MaxHeight="12" MinHeight="12"/> |
90 | 92 |
|
91 | | - <Label x:Name="ClimateLabel" Grid.Column="0" Grid.Row="6" Content="Klimaat" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="18" Margin="10,0,0,0"/> |
| 93 | + <Label x:Name="ClimateLabel" Grid.Column="0" Grid.Row="6" Content="Klimaat" HorizontalAlignment="Stretch" VerticalAlignment="Center" FontSize="16" Margin="10,0,0,0"/> |
92 | 94 | <ProgressBar x:Name="ClimateProgressBar" Grid.Column="1" Grid.Row="6" Background="#220046FF" Margin="10,10,10,10" Value="10" Foreground="#FF0615B0" MaxHeight="12" MinHeight="12"/> |
93 | 95 | </Grid> |
94 | 96 |
|
95 | 97 | </Grid> |
| 98 | + </ScrollViewer> |
96 | 99 | </Page> |
0 commit comments