11.0.5 #13290
Replies: 2 comments 3 replies
-
Is there a way to center the content in a ItemsRepeater when using WrapLayout, setting the Alignment of the ItemsRepeater doesn't work? Something similar to UniformGridLayout's ItemsJustification="Center", I would use UniformGridLayout but whenever I search (clear the list then apply the flittered list) it sometimes doesn't render TextBlock height correctly when the Height is not explicitly set and it needs to calculate the height based on the wrapped text, but this issue isn't present with WrapLayout (I assume there is just a issue trying to dynamically load items in a UniformGrid). Resolved |
Beta Was this translation helpful? Give feedback.
-
It seems @Gillibald fixed #11804 with 11.0.5. At least in my app the text measurement is consistent now independent of which one is visible on startup. Since the issue is still marked as open you may want to double check though from your perspective. |
Beta Was this translation helpful? Give feedback.
-
https://www.nuget.org/packages/Avalonia/11.0.5
Full Changelog: 11.0.4...11.0.5
This discussion was created from the release 11.0.5.
Beta Was this translation helpful? Give feedback.
All reactions