我正在使用 int idx = dv.Find(s);
if (index == -1)
{
Console.WriteLine ("Product not found");
}
else
{
dv[index]["columnname"] = "value";
}
有两个项目:Change Journal
和Xamarin.Forms
我有Android
,我想在IOS
Listview
List
Images
我想按照下面的图片设计UI
请帮忙。