-
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
Support for ItemsWrapGrid
#468
Comments
|
This may have been fixed by #484, could you revalidate with latest master ? |
As a simplification you can remove the binding and change the Xaml to
And in the button click
One item will appear and |
and simpler:
is the same. I see |
I just realized the problem is not related to the Items: if you check in the DOM, you can see your 2 items are there. They are "just" not arranged correctly. I'll continue my investigations to fix this problem... |
When I wrote this I thought it was the Items so sorry if I misled you there. |
Source of the problem : ItemsWrapGrid is not implemented on Wasm. Only ItemsStackPanel is. When a Possible workarounds:
|
ItemsWrapGrid
not supported
ItemsWrapGrid
not supported
|
This suggests that WrapPanel would be supported whereas here it says it would not be supported. @jeromelaban would you mind providing clarification? Thanks in advance |
@DierkDroth |
@davidjohnoliver now I'm even confused more:
What am I missing? |
|
On 1): My apologies. Crossed eyes on my end |
No it won't, it's not part of the |
Thanks for clarification |
@DierkDroth there's a |
Thanks again @jeromelaban |
I thinks this #4023 is related with this issue. |
ItemsWrapGrid
ItemsWrapGrid
ItemsWrapGrid
I'm submitting a...
Current behavior
ListView ItemsSource works in the playground, but seems to have a problem when the ItemsSource is changed after its rendered.
Expected behavior
ListView should redraw with all the items in its ItemsSource when the ItemsSource is changed (and notified)
Minimal reproduction of the problem with instructions
Clone https://github.com/yowl/UnoStandardRefTest/tree/wasmlistview and run the wasm head. Click the Load button and you should get 2 buttons as you do in the UWP head.
Environment
The text was updated successfully, but these errors were encountered: