Open takla21 opened 4 years ago
At the moment ItemsWrapGrid
along with ItemsWrapPanel
is only supported on Uno when used as the ItemsPanel
of a ListViewBase
type (eg ListView
or GridView
). The workaround then is to use a GridView
in place of an ItemsControl
.
At the moment
ItemsWrapGrid
along withItemsWrapPanel
is only supported on Uno when used as theItemsPanel
of aListViewBase
type (egListView
orGridView
). The workaround then is to use aGridView
in place of anItemsControl
.
I think GridView isn't working for Skia.Wpf.
Current behavior
When we use an itemsWrapGrid inside the ItemsPanelTemplate, we only see the first item on all plateforms
Expected behavior
We should be able to see all items.
How to reproduce it (as minimally and precisely as possible)
Download sample ItemsWrapGrid.zip Deploy on any heads (Android, iOS or Wasm)
Workaround
Use a
GridView
in place ofItemsControl
Environment
Nuget Package:
Nuget Package Version(s): 3.1.0-dev.274
Affected platform(s):
IDE:
Relevant plugins:
Anything else we need to know?
I've created another issue for wasm, because the result is worse #4025