Skip to content
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

DataTemplate doesn't support its datatype to self-refer. #9395

Open
yaoyisen opened this issue Mar 4, 2024 · 1 comment
Open

DataTemplate doesn't support its datatype to self-refer. #9395

yaoyisen opened this issue Mar 4, 2024 · 1 comment
Labels
bug Something isn't working team-Reach Issue for the Reach team

Comments

@yaoyisen
Copy link

yaoyisen commented Mar 4, 2024

Describe the bug

I tried to show a computing expression like ((1 + 2) + 3) using a ContentControl and DataTemplates. But error occurred when a DataTemplate contained a child using the same template as itself.
As comparison, it works well when the adding expression doen't contains an adding expression as its child.

Steps to reproduce the bug

check the sample code

Expected behavior

No response

Screenshots

screenprint

NuGet package version

WinUI 3 - Windows App SDK 1.5.0: 1.5.240227000

Windows version

No response

Additional context

sample.zip

@yaoyisen yaoyisen added the bug Something isn't working label Mar 4, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Mar 4, 2024
@bpulliam bpulliam added team-Reach Issue for the Reach team and removed needs-triage Issue needs to be triaged by the area owners labels Mar 4, 2024
@yaoyisen
Copy link
Author

Any information about this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working team-Reach Issue for the Reach team
Projects
None yet
Development

No branches or pull requests

2 participants