Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

How to refresh list in xamarin form

$
0
0

Hello,

public class Product
{
public int ProductID { get; set; }
public string ProductName {get;set;}
public int Quantity { get; set; }
public double Price { get; set; }
}

List product=new List();

I am displaying a list of product and change the quantity of particular product. But it is not reflecting on screen. Is there any way to that using ViewModel approach?


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>