This commit is contained in:
wangxiner55 2024-09-13 19:13:29 +08:00
parent 6ec84c76b9
commit b52303fd21

View File

@ -8,7 +8,8 @@
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
<Grid>
<DockPanel LastChildFill="False">
<StackPanel Orientation="Horizontal">
<ListBox ItemsSource="{Binding SelectedHomeWorkSet}">
<i:Interaction.Triggers>
@ -37,6 +38,7 @@
</ListBox.ItemTemplate>
</ListBox>
<Button DockPanel.Dock="Bottom" Content="提交"/>
</DockPanel>
</StackPanel>
</Grid>
</UserControl>