This repository was archived by the owner on Feb 25, 2026. It is now read-only.
ListDetailsView does not show item list on CommunityToolkit.WinUI.UI.Controls 7.1.2 #4602
Answered
by
tungox6
tungox6
asked this question in
Questions & Help
Describe the bugI just copy code from the Sample App to test ListDetailsView. Items are not shown. RegressionNo response Reproducible in sample app?
Steps to reproduceExpected behaviorItems must be shown ScreenshotsNo response Windows Build Number
Other Windows Build numberWindows 10 21H2 App minimum and target SDK version
Other SDK versionNo response Visual Studio VersionNo response Visual Studio Build Number10.0.17763.0 Device form factorDesktop Nuget packagesNo response Additional contextNo response Help us help youNo. |
Answered by
tungox6
Jul 10, 2022
Replies: 2 comments 1 reply
|
Hello tungox6, thank you for opening an issue with us! I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌 |
0 replies
|
Changing |
1 reply
Answer selected by
michael-hawker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changing
ItemsSource="{Binding Emails}"toItemsSource="{x:Bind Emails}", the code works!