Search code examples
listviewuser-interfacewindows-phonewindows-phone-8.1winjs

Are there any built-in WinJS ListView item templates for Windows Phone?


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?


Solution

  • 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.