ItemsWrapGrid
is not supported with ItemsControl
#4023
Labels
difficulty/challenging 🤯
Categorizes an issue for which the difficulty level is reachable with internals understanding
kind/bug
Something isn't working
project/items 🧾
Categorizes an issue or PR as relevant to items (ItemsControl, ItemsRepeater, ...)
project/layout 🧱
Categorizes an issue or PR as relevant to layouting and containers (Measure/Arrange, Collections,..)
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
The text was updated successfully, but these errors were encountered: