错误 - "Pivot" 在命名空间中不存在 - Windows phone 8.1
Error - "Pivot" does not exist in the namespace - Windows phone 8.1
我是 Windows phone 开发的新手。最近我在做一个项目。我有一些使用 pivot 的代码。但它显示
错误为:
命名空间“http://schemas.microsoft.com/winfx/2006/xaml/presentation”中不存在名称 "Pivot"“
”
如何解决这个问题?
你试过这样添加轴心吗?
<Controls:Pivot>
</Controls:Pivot>
如果您在开发 Windows UWP 应用程序版本 8.1 时遇到此错误 - 请记住:Windows 8.1 没有 Pivot 控件。只有 Windows Phone 8.1 有 Pivot 控制。因此,在 VS 构建 UWP 应用程序的 Windows 8.1 部分时出现错误。
我是 Windows phone 开发的新手。最近我在做一个项目。我有一些使用 pivot 的代码。但它显示
错误为:
命名空间“http://schemas.microsoft.com/winfx/2006/xaml/presentation”中不存在名称 "Pivot"“
”如何解决这个问题?
你试过这样添加轴心吗?
<Controls:Pivot>
</Controls:Pivot>
如果您在开发 Windows UWP 应用程序版本 8.1 时遇到此错误 - 请记住:Windows 8.1 没有 Pivot 控件。只有 Windows Phone 8.1 有 Pivot 控制。因此,在 VS 构建 UWP 应用程序的 Windows 8.1 部分时出现错误。