为什么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”>
怎么做?