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