0

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

<TabControl  Height=»420» HorizontalAlignment=”Left” Margin=”0,43,0,0”    Name=”TabControl1” VerticalAlignment=”Top” Width=”553” Grid.ColumnSpan=”2”&gt;
<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”&gt;

怎么做?

4

0 回答 0