|
@@ -62,6 +62,7 @@ namespace TestViewer
|
|
|
|
|
|
private void OnExamSelectionChanged(object sender, SelectionChangedEventArgs e)
|
|
|
{
|
|
|
+ ExamControllScrollView.ScrollToHome();
|
|
|
ExamContent.Children.Clear();
|
|
|
if (ExamList.SelectedValue != null)
|
|
|
{
|
|
@@ -84,6 +85,7 @@ namespace TestViewer
|
|
|
img.EndInit();
|
|
|
ExamContent.Children.Add(new System.Windows.Controls.Image()
|
|
|
{
|
|
|
+ Stretch = System.Windows.Media.Stretch.None,
|
|
|
Margin = new Thickness(4),
|
|
|
Source = img
|
|
|
});
|