aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.SharedUI/Rendering/RenderWindow.xaml
blob: 51a8b78ea02eb7ff3c129505843e5f1c87dfcb39 (plain)
1
2
3
4
5
6
7
8
9
10
<Window x:Class="Tango.SharedUI.Rendering.RenderWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="RenderWindow" Height="720" Width="1280" ShowActivated="False">
    <ScrollViewer x:Name="viewer" VerticalScrollBarVisibility="Visible" HorizontalScrollBarVisibility="Visible">
        <Grid x:Name="grid" HorizontalAlignment="Left" VerticalAlignment="Top">

        </Grid>
    </ScrollViewer>
</Window>