Compare commits
2 Commits
1d929d5ad0
...
8ce0ff6b82
Author | SHA1 | Date | |
---|---|---|---|
8ce0ff6b82 | |||
640dc22681 |
@ -2,6 +2,7 @@
|
|||||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
Title="Lotto Number Board" Height="600" Width="400">
|
Title="Lotto Number Board" Height="600" Width="400">
|
||||||
|
<ScrollViewer VerticalScrollBarVisibility="Auto">
|
||||||
<DockPanel Margin="10">
|
<DockPanel Margin="10">
|
||||||
|
|
||||||
<StackPanel DockPanel.Dock="Bottom" Margin="0,10,0,0">
|
<StackPanel DockPanel.Dock="Bottom" Margin="0,10,0,0">
|
||||||
@ -18,6 +19,7 @@
|
|||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
|
|
||||||
</DockPanel>
|
</DockPanel>
|
||||||
|
</ScrollViewer>
|
||||||
</Window>
|
</Window>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user