0

I would fill a ListView with a AutoSuggestBox. I've already done a AutoSuggestBox that catch items in a json file. How can i put the items in a ListView? Thanks

Valerio
  • 3
  • 3

1 Answers1

0

If you deserialize the JSON in objects, you can use databinding. Use the ItemsSource property on the ListView control. A For more information on databinding see this interesting post. For more information on deserializing JSON to objects, see this post.

Martin

If this is an answer to your question, please mark this as answer.

Community
  • 1
  • 1
Martin Tirion
  • 1,246
  • 1
  • 7
  • 10