microsoft/xaml-standard

Add a listview / listbox

samoteph opened this issue · 4 comments

This is a very basic control I guess :)

I favor a ListView over a ListBox. We still need to define what properties of the ListView would be part of the standard. My recommendations are below.

Standard Properties

  • ItemsSource
  • Header
  • DataTemplate
  • SelectionMode

The 'proposal' label should also be applied to this issue

also GridView control, Footer, IsItemClickEnabled property and ItemClick event.

@h82258652 maybe post separate issue for that