xamarin - How to Populate a List<object> in XAML? -
i came know same thing string using link how populate list<string> in xaml?
but need same on object (say string only)..
use binding context populate list. set binding target list object , binding source source of data.
look here example. think answers question.
Comments
Post a Comment