为什么TabControl在WPF 2010中没有显示其效果?

为什么TabControl在WPF 2010中没有显示其效果?,tabcontrol,Tabcontrol,为什么不显示TabControl及其效果? 您是否见过打开窗口时TabControl是如何显示的?它就像纸莎草。它以我所有的形式工作,但是,它现在不能正常工作。 如何使TabControl正确工作 <TabControl Height=»420» HorizontalAlignment=”Left” Margin=”0,43,0,0” Name=”TabControl1” VerticalAlignment=”Top” Width=”553” Grid.ColumnSpan=”2”

为什么不显示TabControl及其效果? 您是否见过打开窗口时TabControl是如何显示的?它就像纸莎草。它以我所有的形式工作,但是,它现在不能正常工作。 如何使TabControl正确工作

<TabControl  Height=»420» HorizontalAlignment=”Left” Margin=”0,43,0,0”    Name=”TabControl1” VerticalAlignment=”Top” Width=”553” Grid.ColumnSpan=”2”>
<TabItem Header=”Students” Name=”tabItem1”/>
</TabControl>

怎么做?

可以看到我描述的效果。伙计们,有人看过这样的动画/效果吗?:)
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

    Title="MainWindow" Height="350" Width="525" WindowStartupLocation=”CenterScreen”>