ListDetailsView does not show item list on CommunityToolkit.WinUI.UI.Controls 7.1.2 #4602
-
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 reproduce
Expected 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. |
Beta Was this translation helpful? Give feedback.
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 🙌 |
Beta Was this translation helpful? Give feedback.
-
Changing |
Beta Was this translation helpful? Give feedback.
Changing
ItemsSource="{Binding Emails}"
toItemsSource="{x:Bind Emails}"
, the code works!