找传奇、传世资源到传世资源站!

wpf 纵向tab标签 示例代码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

wpf 纵向tab标签 示例代码 C#语言基础-第1张<Window x:Class="WpfApplication2.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525"> <Grid> <TabControl TabStripPlacement="Left" Margin="0, 0, 0, 0"> <TabItem Name="fontweight" Header="FontWeight"> <TabItem.Content> <TextBlock TextWrapping="WrapWithOverflow"> FontWeight property information goes here. </TextBlock> </TabItem.Content> </TabItem> <TabItem Name="fontsize" Header="FontSize"> <TabItem.Content> <TextBlock TextWrapping="WrapWithOverflow"> FontSize property information goes here. </TextBlock> </TabItem.Content> </TabItem> <TabItem Name="fontcolor" Header="FontColor"> <TabItem.Content> <TextBlock TextWrapping="WrapWithOverflow"> FontColor property information goes here. </TextBlock> </TabItem.Content> </TabItem> </TabControl> <TabControl HorizontalAlignment="Left" Margin="126,153,0,0" VerticalAlignment="Top" > <TabItem Header="TabItem1"> <TabItem.Content> <Grid > <Button Content="Button1" Width="75" Margin="10,0,10,22" Click="Button_Click"/> </Grid> </TabItem.Content> </TabItem> <TabItem Header="TabItem2" Height="21" VerticalAlignment="Top"> <TabItem.Content> <Grid > <Button Content="Button2" Width="75" Margin="10,0,10,22"/> </Grid> </TabItem.Content> </TabItem> </TabControl> </Grid></Window>

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复