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

Popular posts from this blog

Sass watch command compiles .scss files before full sftp upload -

filehandler - java open files not cleaned, even when the process is killed -

How to read bytes line by line in Java using NIO or apache commons IO? Whichever is more efficent -