Skip to content

Files

Latest commit

255a8f3 · Jul 6, 2020

History

History
70 lines (35 loc) · 2.71 KB

design-patterns-controls-ListView.md

File metadata and controls

70 lines (35 loc) · 2.71 KB

ListView

Basics

The ListView displays a simple list of items

When to use

Best practices

Do

  • Choose the appropriate ListView option - Simple, Template, Custom
  • Use the Template ListView galleryview options (autofit, wrap) to show a card layout - aka card control

Don't

Developer tips and tricks

Learn how to use ListView in the SDK samples

Interactive control and sample source code

Go to the playground site to use the latest control and get source code for your project. Learn more about playground.

The ListView control offers different create methods and has the following entries in the interactive controls playground

Related info