|
161 | 161 | Grid.Row="1"
|
162 | 162 | Grid.Column="0"
|
163 | 163 | Grid.ColumnSpan="5"
|
164 |
| - Margin="10 0 20 0"> |
| 164 | + Margin="18 0 18 0"> |
165 | 165 | <cc:HyperLink x:Name="SeeMore" Text="{DynamicResource seeMoreReleaseNotes}" />
|
166 | 166 | </Grid>
|
167 | 167 |
|
|
173 | 173 | Grid.ColumnSpan="5"
|
174 | 174 | Width="500"
|
175 | 175 | Height="500">
|
176 |
| - <mdxam:MarkdownScrollViewer |
177 |
| - x:Name="MarkdownViewer" |
178 |
| - Margin="15 0 20 0" |
179 |
| - HorizontalAlignment="Stretch" |
180 |
| - VerticalAlignment="Stretch" |
181 |
| - ClickAction="SafetyDisplayWithRelativePath" |
182 |
| - HorizontalScrollBarVisibility="Disabled" |
183 |
| - Loaded="MarkdownViewer_Loaded" |
184 |
| - MouseWheel="MarkdownViewer_MouseWheel" |
185 |
| - Plugins="{StaticResource MdXamlPlugins}" |
186 |
| - PreviewMouseWheel="MarkdownViewer_PreviewMouseWheel" |
187 |
| - VerticalScrollBarVisibility="Disabled" |
188 |
| - Visibility="Collapsed" /> |
| 176 | + <Grid> |
| 177 | + <Grid.RowDefinitions> |
| 178 | + <RowDefinition Height="Auto" /> |
| 179 | + <!-- This row is for bottom margin --> |
| 180 | + <RowDefinition Height="20" /> |
| 181 | + </Grid.RowDefinitions> |
| 182 | + <mdxam:MarkdownScrollViewer |
| 183 | + x:Name="MarkdownViewer" |
| 184 | + Grid.Row="0" |
| 185 | + HorizontalAlignment="Stretch" |
| 186 | + VerticalAlignment="Stretch" |
| 187 | + ClickAction="SafetyDisplayWithRelativePath" |
| 188 | + HorizontalScrollBarVisibility="Disabled" |
| 189 | + Loaded="MarkdownViewer_Loaded" |
| 190 | + MouseWheel="MarkdownViewer_MouseWheel" |
| 191 | + Plugins="{StaticResource MdXamlPlugins}" |
| 192 | + PreviewMouseWheel="MarkdownViewer_PreviewMouseWheel" |
| 193 | + VerticalScrollBarVisibility="Disabled" |
| 194 | + Visibility="Collapsed" /> |
| 195 | + </Grid> |
189 | 196 | </ScrollViewer>
|
190 | 197 |
|
191 | 198 | <!-- This Grid is for display progress ring and refresh button. -->
|
|
0 commit comments