Files
Shrlalgo.RvKits/AntdWpfDemo/Views/ShellView.xaml
2025-07-12 23:31:32 +08:00

40 lines
1.8 KiB
XML

<antd:AntdWindow x:Class="AntdWpfDemo.Views.ShellView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:antd="https://github.com/ShrlAlgo/AntdWpf"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:AntdWpfDemo.Views"
xmlns:views="clr-namespace:AntdWpfDemo.Views"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Width="930"
Height="600"
mc:Ignorable="d">
<!--<antd:Window.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Themes/Theme.xaml" />
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Themes/Controls.xaml" />
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Themes/AntIcons.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</antd:Window.Resources>-->
<TabControl x:Name="Items" TabStripPlacement="Top" >
<!--<TabItem Header="Tab1" >
<StackPanel >
<views:AlertView/>
</StackPanel>
</TabItem>
<TabItem Header="Tab2" />
<TabItem Header="Tab3" />-->
</TabControl>
<!--<StackPanel>
--><!--<TabControl TabStripPlacement="Left">
<TabItem Header="Tab1" />
<TabItem Header="Tab2" />
<TabItem Header="Tab3" />
</TabControl>-->
<!--<antd:Alert Type="Success" Description="描述"/>
<antd:Button Content="Button"/>--><!--
</StackPanel>-->
</antd:AntdWindow>