Xamarin构成C#,如何在列表视图中进行标签更改值?

时间:2016-01-21 03:27:43

标签: c# xamarin xamarin.forms

我的代码和listview工作正常(没有错误,我在listview中得到标签),但是当我点击我的步进器时,我希望我创建的标签的值在listview中更改。现在它什么也没做。看看下面的代码。

我的xaml:

SELECT this_.* FROM plate **this_**
WHERE this_.id IN 
(SELECT DISTINCT this_.id AS y0_ FROM plate **this_** )
ORDER BY this_.name asc

我的列表视图代码已经全部计算出来了,我在listview中添加了我的公共类字符串,我给它的值为0.

select datetime(date/1000,'unixepoch','localtime') as DATE, address as RECEIVED, body as BODY from sms;

0 个答案:

没有答案