Horizontal misalignment of CollectionView items - Content is missing when the value is set to End #26804
Labels
platform/windows 🪟
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Description
I have specified the value for aligning the CollectionView items horizontally.
However, the output is not at all in line with the value provided. Refer to the screenshot.
In the sample code, I have created three CollectionView controls with templates horizontally aligned to Start, Center, and End, respectively.
But, the output is entirely different from what's expected, and the content aligned to the End is missing.
Steps to Reproduce
x:Class
attribute value according to your app name and namespaceLink to public reproduction project repository
Project from default template along with the code snippet will help in simulating the issue.
Version with bug
9.0.21 SR2.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
Windows SDK 10.0.19041.0
Did you find any workaround?
To align to the Center, set the value to Start. To align to the End, set the value to Center. However, there is no workaround for aligning to the End.
Relevant log output
The text was updated successfully, but these errors were encountered: