1
This commit is contained in:
parent
6ec84c76b9
commit
b52303fd21
@ -8,7 +8,8 @@
|
|||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
d:DesignHeight="450" d:DesignWidth="800">
|
d:DesignHeight="450" d:DesignWidth="800">
|
||||||
<Grid>
|
<Grid>
|
||||||
<DockPanel LastChildFill="False">
|
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
|
|
||||||
<ListBox ItemsSource="{Binding SelectedHomeWorkSet}">
|
<ListBox ItemsSource="{Binding SelectedHomeWorkSet}">
|
||||||
<i:Interaction.Triggers>
|
<i:Interaction.Triggers>
|
||||||
@ -37,6 +38,7 @@
|
|||||||
</ListBox.ItemTemplate>
|
</ListBox.ItemTemplate>
|
||||||
</ListBox>
|
</ListBox>
|
||||||
<Button DockPanel.Dock="Bottom" Content="提交"/>
|
<Button DockPanel.Dock="Bottom" Content="提交"/>
|
||||||
</DockPanel>
|
</StackPanel>
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
</UserControl>
|
</UserControl>
|
||||||
|
Loading…
Reference in New Issue
Block a user