优化样式和功能
This commit is contained in:
@@ -938,19 +938,23 @@
|
||||
|
||||
</ms:FlexibleRowPanel>
|
||||
<ms:FlexibleRowPanel LayoutMode="Auto" Spacing="20">
|
||||
<UniformGrid Columns="3">
|
||||
<ListBox
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
SelectedIndex="1"
|
||||
Style="{StaticResource TabGroupListBoxStyle}">
|
||||
<ListBoxItem Content="Home" />
|
||||
<ListBoxItem Content="Away" />
|
||||
<ListBoxItem Content="Night" />
|
||||
</ListBox>
|
||||
|
||||
</UniformGrid>
|
||||
|
||||
<ListBox
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
SelectedIndex="0"
|
||||
Style="{StaticResource TabGroupListBoxStyle}">
|
||||
<ListBoxItem Content="Home" />
|
||||
<ListBoxItem Content="Away" />
|
||||
<ListBoxItem Content="Night" />
|
||||
</ListBox>
|
||||
<ListBox
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
SelectedIndex="1">
|
||||
<ListBoxItem Content="Home" />
|
||||
<ListBoxItem Content="Away" />
|
||||
<ListBoxItem Content="Night" />
|
||||
</ListBox>
|
||||
</ms:FlexibleRowPanel>
|
||||
</StackPanel>
|
||||
<StackPanel ms:ControlAssist.AnchorHeaderText="数据展示 TabControl">
|
||||
|
||||
Reference in New Issue
Block a user