Summary
Isn't it about time to enhance the ListView
?
Intended Use Case
Here are some of the features I'd like to see:
- Horizontal orientation
- Repeater functionality, e.g. non-selectable
ListView
(ItemsControl) - Better sizing options (size to content is a pain ITA!, especially inside a StackLayout)
- Customizable scrollbars (IsEnabled etc.)
- Why Cells? Why not a plain object and
ContentView
like WPF's ContentControl to enable templating of a single item within or without aListView
Grid.IsSharedSizeGroup
to allow sharing a grid between cells, and size all cells in a column/row toAuto
/*
as set in the Column/RowDefinition
Any of these silly features require custom renderers x3-4 platforms.