Add a listview / listbox
samoteph opened this issue · 4 comments
samoteph commented
This is a very basic control I guess :)
chuck-flowers commented
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
chuck-flowers commented
The 'proposal' label should also be applied to this issue
h82258652 commented
also GridView
control, Footer
, IsItemClickEnabled
property and ItemClick
event.
birbilis commented
@h82258652 maybe post separate issue for that