Reputation: 93
I want to build a simple list view on my Windows Phone 8.1 app written on HTML + JavaScript, but I'm having trouble finding a built-in template for a regular list item with just a single line of text.
On Android you have built-in layouts, is there an equivalent on Windows Phone?
Upvotes: 1
Views: 65
Reputation: 7024
Nothing built in, but MSDN does contain some item template references:
These are subtopics from the one that Rob referred to and give you both HTML and CSS.
Upvotes: 1
Reputation: 21889
No, there aren't any predefined templates built in.
See Quickstart: Adding a ListView (HTML) for a walkthrough to create your own.
Upvotes: 1