gpt4 book ai didi

visual-studio-2008 - Silverlight 日历控件在哪里?

转载 作者:行者123 更新时间:2023-12-04 16:38:01 25 4
gpt4 key购买 nike

只是玩弄现在发布的 Silverlight 2.0。我正在尝试将一个简单的日历放在一个控件中。但是,该项目似乎不知道我在说什么:-

<UserControl x:Class="MyFirstSL2.Test"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<Grid Background="#FF5C7590">
<Calendar />
</Grid>
</UserControl>

Visual Studio 2008 只是在日历下放置蓝线,表示找不到日历类型。我需要添加一个程序集吗?哪一个?我是否需要向 Xaml 添加另一个命名空间?

最佳答案

日历控件是程序集 System.Windows.Controls 命名空间中的 SDK 控件——查看 %program files%\Microsoft SDKs\Silverlight\v2.0\Libraries\Client 为你的 xaml 添加命名空间(添加引用后) :

xmlns:basics="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"

然后使用:
<basics:Calendar />

希望这可以帮助!

关于visual-studio-2008 - Silverlight 日历控件在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/213238/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com