It seem to me so complicated and i have tried many of things but with no result. I want to create a Horizontal List View on my Metro application (Winjs/HTML), so create the template and the listView html element . The Problem that the DataSource from where
i will get my image_url is advanced . This is the form of this DataSource returned from my Json web Service (I don't know if it is a HashTable, ListArray...?? ):
"path_categories": { "star":"the image url ", "Fruits ": " the image url ", "Animaux":"the image url ", "Country":"the image url ", "Coulor":"the image
url ", "Town":"the image url ", "capital":"the image url " }
I sould set the specific attribute to bind with my enter code here
Any help will appreciated , Thinks