Добавил еще панель и скролл на нее

This commit is contained in:
Никита Потапов 2024-03-21 23:48:28 +04:00
parent f71fb44954
commit 5eeb31b0a3

View File

@ -33,5 +33,8 @@
</Grid>
</DockPanel>
<Ellipse HorizontalAlignment="Left" Height="50" Stroke="Black" VerticalAlignment="Top" Width="100"/>
<DockPanel LastChildFill="False" Height="384" VerticalAlignment="Top" HorizontalAlignment="Left" Width="700" Margin="100,50,0,0">
<ScrollViewer Width="700"/>
</DockPanel>
</Grid>
</Window>