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
Asked
Active
Viewed 75 times
0
-
Language your working in would help most folks to assist you. – dinotom Apr 25 '16 at 15:23
-
I'm using visual studio 2015 with c# and xaml – Valerio Apr 25 '16 at 15:35
1 Answers
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