|
@@ -47,13 +47,12 @@
|
|
|
<b:InvokeCommandAction Command="{Binding OnLoadCommand}" CommandParameter="{Binding ElementName=tt}"/>
|
|
|
</b:EventTrigger>
|
|
|
</b:Interaction.Triggers>
|
|
|
-
|
|
|
+ <ScrollViewer Template="{StaticResource MyScrollViewer}" VerticalScrollBarVisibility="Auto" Margin="0,0,10,0">
|
|
|
<Grid >
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="50" />
|
|
|
- <RowDefinition />
|
|
|
-
|
|
|
+ <RowDefinition />
|
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
@@ -175,9 +174,9 @@ Command="{Binding DataContext.DeleteCommand, RelativeSource={RelativeSource Mode
|
|
|
</Grid>
|
|
|
|
|
|
</Grid>
|
|
|
-
|
|
|
|
|
|
|
|
|
+ </ScrollViewer>
|
|
|
|
|
|
|
|
|
</Grid>
|