gabspeck
gabspeck

Reputation: 93

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?

Upvotes: 1

Views: 65

Answers (2)

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

Rob Caplan - MSFT
Rob Caplan - MSFT

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

Related Questions