src/FingersDance.Control.Menu/UserControlMenu.xaml
changeset 201 16287a7d1f1a
parent 81 6b991b7e8046
child 210 574041f3b2c9
equal deleted inserted replaced
200:8dabc10e60a0 201:16287a7d1f1a
   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>