无法创建TableLayout

时间:2015-07-28 09:00:58

标签: xamarin xamarin.ios xamarin.android xamarin.forms

我想创建一个动态表,我想在其中使用左列作为我将隐藏的菜单。要做到这一点,我想创建一个TableLayout,但我不能。如果我这样做:

TableLayout table = new TableLayout () { };

我收到错误:

The type or namespace name 'TableLayout' could not be found.

在同一个类中,我调用其他stacklayout甚至自定义视图绘制图形,但我无法创建TableLayout。

1 个答案:

答案 0 :(得分:4)

TableLayout是一个Android类,在Xamarin Forms中不存在。