-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Expander crashes the app when nested with an ItemsRepeater #4736
Comments
Hello StanlsSlav, 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 🙌 |
Was able create a minimal repro of the issue using the steps provided: App1.zip We'll look into fixing this as part of the 7.1.3 or 7.2 release. |
@StanlsSlav do you need the Expander in Left/Right mode? Otherwise, you should just use the built-in WinUI expander instead. @Arlodotexe we plan to try and rebuild on top of the WinUI Expander for 8.0; so I don't think we should fix this unless it's something super trivial. |
In left mode. |
Will investigate as part of the work we want to do in https://aka.ms/toolkit/labs/windows for building Expander on top of the system Expander. |
Hello will there be a fix for this? I have the same issue with SettingsExpander if I use "ItemsControl" or "ItemsRepeater". Strange is, that everything works fine, if I test it in visual studio. But as soon as I start it via the packed app .exe and open the expander. Everything crashes |
@TimoB90 SettingsExpander uses the platform Expander, not this original toolkit one, so that sounds like a different issue. If you turn on native debugging and first-chance exceptions you may be able to get more details about what is happening. If a crash is coming from inside Expander, you'd want to file an issue with the platform. |
Describe the bug
Having an
ItemsRepeater
in aExpander
will crash the app. Other controls seem to work normally with the expanderRegression
No response
Reproducible in sample app?
Steps to reproduce
Expected behavior
The app will continue running and show the items from
ItemsRepeater
as with a normal one would.Screenshots
No response
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
2022
Visual Studio Build Number
17.3.2
Device form factor
Desktop
Nuget packages
Additional context
No response
Help us help you
No.
The text was updated successfully, but these errors were encountered: