'Table' 标签无法识别
'Table' tag is not recognized
正在尝试使用 .xaml
中的 <Table>
,使用 this link 中的说明
但是,无法识别 table,我收到此错误:
Invalid Markup
- 我应该在
.xaml.cs
代码中添加任何 using
语句吗?
- 我应该向我的项目添加任何程序集引用吗?
注意 我在 Visual Studio 中使用 "Pivot App (Windows Phone)" 模板创建了项目。
- 甚至可以在这个项目中使用
<Table>
吗?
- 如果 Windows Phone 项目不支持表格,还有哪些其他选项?
<Table>
未在 windows phone 项目甚至 UWP 项目中提供。
您应该尝试使用 Grid. This article shows how to use the Gird control: How to: Add Rows and Columns to a Grid
正在尝试使用 .xaml
中的 <Table>
,使用 this link 中的说明
但是,无法识别 table,我收到此错误:
Invalid Markup
- 我应该在
.xaml.cs
代码中添加任何using
语句吗? - 我应该向我的项目添加任何程序集引用吗?
注意 我在 Visual Studio 中使用 "Pivot App (Windows Phone)" 模板创建了项目。
- 甚至可以在这个项目中使用
<Table>
吗? - 如果 Windows Phone 项目不支持表格,还有哪些其他选项?
<Table>
未在 windows phone 项目甚至 UWP 项目中提供。
您应该尝试使用 Grid. This article shows how to use the Gird control: How to: Add Rows and Columns to a Grid