equal
deleted
inserted
replaced
466 </Style> |
466 </Style> |
467 </Style.BasedOn> |
467 </Style.BasedOn> |
468 </Style> |
468 </Style> |
469 </UserControl.Resources> |
469 </UserControl.Resources> |
470 |
470 |
471 <StackPanel x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}"/> |
471 <StackPanel x:Name="MainLayoutRoot" Width="{Binding Path=Width, ElementName=UserControl, Mode=Default}" Height="{Binding Path=Height, ElementName=UserControl, Mode=Default}" Background="{x:Null}"> |
|
472 <Custom:SurfaceScrollViewer Height="{Binding Path=Height, ElementName=UserControl, Mode=Default}" x:Name="SscrollViewer" Width="{Binding Path=Width, ElementName=MainLayoutRoot, Mode=Default}"> |
|
473 <StackPanel x:Name="LayoutRoot" Width="Auto" Height="Auto" Background="{x:Null}"> |
|
474 </StackPanel> |
|
475 </Custom:SurfaceScrollViewer> |
|
476 |
|
477 </StackPanel> |
472 </UserControl> |
478 </UserControl> |