-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ItemsWrapGrid
is not supported with ItemsControl
#4023
Comments
At the moment |
I think GridView isn't working for Skia.Wpf. |
ItemsWrapGrid
is not supported with ItemsControl
Good Morning, @davidjohnoliver !
I cannot find a control called |
@MichaelJachan on the latest versions it is preferrable to use the |
I really would like to ask you for a code example! See also my Postings on the Accordion Control! (#19062) Thank you:) |
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: